blob: 379a9a081d02e3b1da9f3e9458b29be9fb92641c [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[[rabbitmq]]
= RabbitMQ
[.badges]
[.badge-key]##Since Camel Quarkus##[.badge-version]##1.0.0-M6## [.badge-key]##JVM##[.badge-supported]##supported## [.badge-key]##Native##[.badge-unsupported]##unsupported##
Send and receive messages from RabbitMQ instances.
== What's inside
* https://camel.apache.org/components/latest/rabbitmq-component.html[RabbitMQ component], URI syntax: `rabbitmq:exchangeName`
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-rabbitmq</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.