This project is a Spring Boot application that demonstrates how to send and receive messages using RabbitMQ. It includes a REST controller for sending messages, a producer for publishing messages to a ...
The service will not enable mq reconnection. Do not reconnect rabbitmq. Using Thread.sleep(200) to simulate data processing time in consumer code. After the project is started, disconnect the network ...