[rabbitmq-discuss] Java Client :how can i uniquely identify a message?

Matthew Sackman matthew at rabbitmq.com
Thu Nov 11 11:00:02 GMT 2010


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


More information about the rabbitmq-discuss mailing list