<div dir="ltr">I got a response to this via email - I'm not sure why I didn't show up here, but I'll just copy/paste it here for future reference.<div><br></div><div><span style="font-family: arial, sans-serif; font-size: 12.666666984558105px;">&gt; Am I doing something wrong, or does RabbitMQ just not have a limit for</span><br style="font-family: arial, sans-serif; font-size: 12.666666984558105px;"><span style="font-family: arial, sans-serif; font-size: 12.666666984558105px;">&gt; the number of deliveries?</span><br style="font-family: arial, sans-serif; font-size: 12.666666984558105px;"><br style="font-family: arial, sans-serif; font-size: 12.666666984558105px;"><span style="font-family: arial, sans-serif; font-size: 12.666666984558105px;">There is no limit at the time of writing. A message that is redelivered</span><br style="font-family: arial, sans-serif; font-size: 12.666666984558105px;"><span style="font-family: arial, sans-serif; font-size: 12.666666984558105px;">too often could be recognised and dead-lettered by the broker, but</span><br style="font-family: arial, sans-serif; font-size: 12.666666984558105px;"><span style="font-family: arial, sans-serif; font-size: 12.666666984558105px;">RabbitMQ does not yet implement this feature. Toxic message handling is</span><br style="font-family: arial, sans-serif; font-size: 12.666666984558105px;"><span style="font-family: arial, sans-serif; font-size: 12.666666984558105px;">a planned feature. See reference "basic / deliver / 01" on this page:</span><br style="font-family: arial, sans-serif; font-size: 12.666666984558105px;"><br style="font-family: arial, sans-serif; font-size: 12.666666984558105px;"><a href="http://www.rabbitmq.com/specification.html" target="_blank" style="color: rgb(17, 85, 204); font-family: arial, sans-serif; font-size: 12.666666984558105px;">http://www.rabbitmq.com/<wbr>specification.html</a></div><div><br></div><div><br></div><div><br><br>On Tuesday, October 15, 2013 1:20:58 PM UTC-6, Brian Reischl wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">The <a href="http://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.deliver" target="_blank">docs for the deliver()</a> function state that the server <i>should</i> only a deliver a message a limited number of times before dead-lettering it. I have attempted to verify this using the C# client's <font face="courier new, monospace">MessagePatterns.Subscription</font> class, but there doesn't seem to be any limit. I've been able to <font face="courier new, monospace">Reject()</font> the same message quite a few times and it keeps getting redelivered.&nbsp;<div><br></div><div>Am I doing something wrong, or does RabbitMQ just not have a limit for the number of deliveries?</div></div></blockquote></div></div>