Hi all,
I am using spring integration with amqp. I need to route my error messages into rabbit queues after my retry interceptor advice chain has done retry.
How can I specify an error channel in my inbound- adapter advice chain after the retry policy is completed so that it will re-queue the error message into multiple error queues.
Thanks in advance for the help.


Reply With Quote
