Spring Boot RabbitMQ Consumer
A sample demo app for integrating spring boot with RabbitMQ and how to implement below mentioned all the exchange types.
- Direct Exchange
- Fanout Exchange
- Topic Exchange
- Headers Exchange
- Default Exchange
-
Run Docker Compose File to intall RabbitMQ
-
Run the producer on port 8080 "default"
-
Run the consumer on port 8081
-
monitor queus from http://localhost:15672/#/queues
Link to producer https://github.com/Ahmedsafwat101/SpringBoot-RabbitMQ-Producer