spring-amqp icon indicating copy to clipboard operation
spring-amqp copied to clipboard

provide control over the acknowledging of the received message in receiveAndReply() [AMQP-843]

Open spring-operator opened this issue 7 years ago • 0 comments

marcesso opened AMQP-843 and commented

Enable acknowledging management in receiveAndReply() method:   throw new AmqpRejectAndDontRequeueException("rejected");

could reject the message and send it to dead letter exchange.

For now, the exception is ignored.


Reference URL: https://stackoverflow.com/questions/53429782/spring-amqp-reject-message-outside-a-listener/53434371

spring-operator avatar Nov 23 '18 08:11 spring-operator