views:

36

answers:

1

i would like to publish/produce a message with some message id, like each message has a particular id..

And at the consumer end i would like to retrieve the messages by prividing the ID. suppose we have multiple consumers than each one should get only those messages which they requested through the message ids. (i hope i am clear enough).

A: 

You might be better off using a database for this.

alexis (rabbitmq)

alexis
Ok, i understood that i will have to involve database.can you please elaborate little more on what i am suppose to do so that a begginer like me can understand.Thanks For Replying.
Jigar Sheth