Re-queue Amqp message at tail of Queue
问题 I have a project setup using Spring and RabbitMQ. Currently it is possible for my application to receive an amqp message that cannot be processed until another asynchronous process has completed (legacy and totally detached, i have no control). So the result is i may have to wait on processing a message for some amount of time. The result of this is an exception in a transformer. When the message is NACK'd back to rabbitMQ it is putting it back into the head of the queue and re-pulling it