On Wed, Nov 10, 2010 at 11:25:35PM -0800, sam_mis wrote: > I want to know how can i uniquely identify a message and read that or > consume that message. Queues are queues. FIFO queues. Thus you cannot consume any message that is not at the head of the queue. Matthew