Examples
The source code for some of the examples can be found here.
Simple
- Single AutoAckConsumer: Example of a single
AutoAckConsumer, aPublisherandJsondata manipulation. - Single AckerConsumer: Example of a single
AckerConsumer, aPublisherandJsondata manipulation. - Multiple Consumers: Two
Consumersbound to queues with differentRoutingKey, onePublisher. - Client Metrics: Use RabbitMQ Java Client metrics collector to Dropwizard.
Advanced
- Multiple Connections: Three different
RabbitMQConnections, twoConsumersand onePublisherinteracting with each other.