RabbitMQ Not Sending Messages to DLQ and Queue Arguments Not Visible
I am working on a Spring Boot application using RabbitMQ with a DLQ configuration. After throwing the AmqpRejectAndDontRequeueException, the messages are not sent to the DLQ.
I am working on a Spring Boot application using RabbitMQ with a DLQ configuration. After throwing the AmqpRejectAndDontRequeueException, the messages are not sent to the DLQ.