An implementation of RabbitMQ with SpringBoot WebFlux
Install rabbitMQ and make sure its running locally
Clone the repository locally and run the services
service with api to add to queue
request body
{ "items": [ { "name": "apples", "price": 30 }, { "name": "mango", "price": 30 }, { "name": "banana", "price": 30 } ]
service to consume from the queue
Working on adding what i have consumed from the queue to the database.