[rabbitmq-discuss] RabbitMQ Message Consumption ID based (c# API)

Matthew Sackman matthew at rabbitmq.com
Fri Aug 13 10:40:21 BST 2010


On Fri, Aug 13, 2010 at 12:59:24PM +0530, jigar sheth wrote:
> i just need to findout how to publish a message in a queue with a ID
> (message ID or any such ID that identifies the message) and to Consume the
> Message based on ID I really dont think Database is the Correct
> Approach.since the messages are already in the queue we just need a way to
> assign ID and read them by those ID. I am sure it is possible in rabbitMQ c#
> api but i dont know how.

What you're asking for is a database. AMQP queues are FIFO structures.
There's no arbitrary random access to them. You can enqueue and dequeue
and that is all.

Matthew


More information about the rabbitmq-discuss mailing list