Open
Description
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