AMQP 1.0 Connector
The AMQP Connector adds support for AMQP 1.0 to Reactive Messaging.
Advanced Message Queuing Protocol 1.0 (AMQP 1.0) is an open standard for passing business messages between applications or organizations.
With this connector, your application can:
- receive messages from an AMQP Broker or Router.
- send
Message
to an AMQP address
The AMQP connector is based on the Vert.x AMQP Client.
Using the AMQP connector
To use the AMQP Connector, add the following dependency to your project:
The connector name is: smallrye-amqp
.
So, to indicate that a channel is managed by this connector you need:
RabbitMQ
To use RabbitMQ, refer to Using RabbitMQ.