[rabbitmq-discuss] Push to back of Queue on NAck
Brian Reischl
breischl at gmail.com
Wed Oct 16 17:10:07 BST 2013
In the looped scenario, I would worry about messages cycling endlessly. eg,
it hits some bug in your code, gets dead lettered, gets retried and hits
the same bug, gets dead lettered, and so on. I'd want some mechanism to
stop retrying the message after some number of cycles, or move it into a
dead-letter queue that doesn't go anywhere (a dead-end dead-letter).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131016/b2753e6f/attachment.htm>
More information about the rabbitmq-discuss
mailing list