<div dir="ltr">The <a href="http://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.deliver">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>