[rabbitmq-discuss] Redeliver limit?
Emile Joubert
emile at rabbitmq.com
Wed Oct 16 09:40:22 BST 2013
On 15/10/13 20:20, Brian Reischl wrote:
> Am I doing something wrong, or does RabbitMQ just not have a limit for
> the number of deliveries?
There is no limit at the time of writing. A message that is redelivered
too often could be recognised and dead-lettered by the broker, but
RabbitMQ does not yet implement this feature. Toxic message handling is
a planned feature. See reference "basic / deliver / 01" on this page:
http://www.rabbitmq.com/specification.html
-Emile
More information about the rabbitmq-discuss
mailing list