Messages are not requeue-ing on thrown exception
问题 I am using Spring Integration 4.1.2.RELEASE Spring AMQP 1.4.3.RELEASE When an exception is thrown, I am expecting the message to be requeued. I believe that I have all the conditions met for this as I gleaned from this post In the post, I learned that there are three conditions to ensure a requeue: 1) The acknowledge-mode must be AUTO. 2) The requeue-rejected must be TRUE. 3) Throw any exception BUT AmqpRejectAndDontRequeueException . I believe I am meeting these conditions in some test code