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