blob: ac1f105fc2d59a1ecbdc2382c34a6e9e45dcdae6 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[[jms]]
= JMS
[.badges]
[.badge-key]##Since Camel Quarkus##[.badge-version]##1.2.0## [.badge-key]##JVM##[.badge-supported]##supported## [.badge-key]##Native##[.badge-supported]##supported##
Sent and receive messages to/from a JMS Queue or Topic.
== What's inside
* https://camel.apache.org/components/latest/jms-component.html[JMS component], URI syntax: `jms:destinationType:destinationName`
Please refer to the above link for usage and configuration details.
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jms</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.