[rabbitmq-discuss] Acknowledging for the deletion of the message

Matthew Sackman matthew at rabbitmq.com
Tue Oct 12 14:47:28 BST 2010


On Tue, Oct 12, 2010 at 07:14:43PM +0530, Kshitiz Garg wrote:
> My use-case is that the message should be deleted from the queue only after
> some processing is completed at the consumer's side.

Yes. Acknowledge the message after processing it. Thus consume or get
the message with noAck = false.

Matthew


More information about the rabbitmq-discuss mailing list