[rabbitmq-discuss] Consumer acknowledgement

Emile Joubert emile at rabbitmq.com
Fri Jul 20 10:30:56 BST 2012


Hi,

On 19/07/12 22:11, Prashanth wrote:
> If the message is never acknowledge or ack message is lost in transit
> and if consumer never goes down

I don't think that scenario is possible in the presence of reliability
guarantees offered by TCP. If packets get dropped then TCP will
compensate transparently. The only way an ack can get lost is if the
connection terminates, in which case the unacknowledged message becomes
available for redelivery.


-Emile




More information about the rabbitmq-discuss mailing list