[rabbitmq-discuss] Unique Message IDs

Alexis Richardson alexis at rabbitmq.com
Mon Aug 30 18:34:25 BST 2010


+1

Abhishek,

RabbitMQ doesn't provide that itself, but you can roll your own.  IIUC
the 'dual redundant queues' approach taken by Beetle, does this:
http://github.com/xing/beetle

Please take a look and ask again here if you have more questions about this.

alexis




On Mon, Aug 30, 2010 at 3:02 PM, John Mann <jmann at versatile.com> wrote:
> When dealing with distributed systems, I've found that using GUID or UUID is
> the best approach:
>
> http://en.wikipedia.org/wiki/Universally_unique_identifier
> HTH
> -JC
> On Mon, Aug 30, 2010 at 4:51 AM, Abhishek Kona <abhishek.kona at gmail.com>
> wrote:
>>
>>  Hi
>> I need to maintain unique message IDs across different queues. I believe
>> The current message ID tag is only unique till the channel closes . So is
>> there a way (or some message property) I can use to maintain unique message
>> IDs. What can be the best approach to do it.
>>
>> Abhishek Kona
>> _______________________________________________
>> rabbitmq-discuss mailing list
>> rabbitmq-discuss at lists.rabbitmq.com
>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>


More information about the rabbitmq-discuss mailing list