Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
spring-operator opened this issue Nov 23, 2018 · 0 comments

Comments

@spring-operator
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant