Examples
The source code for some of the examples can be found here.
Simple
- Single AutoAckConsumer: Example of a single
AutoAckConsumer
, aPublisher
andJson
data manipulation. - Single AckerConsumer: Example of a single
AckerConsumer
, aPublisher
andJson
data manipulation. - Multiple Consumers: Two
Consumers
bound to queues with differentRoutingKey
, onePublisher
.
Advanced
- Multiple Connections: Three different
RabbitMQ
Connections
, twoConsumers
and onePublisher
interacting with each other.