[rabbitmq-discuss] How to determine originator of a message?
Emile Joubert
emile at rabbitmq.com
Tue Aug 14 08:18:55 BST 2012
Hi,
On 13/08/12 17:55, PC wrote:
> When a message is received at a client for a particular topic (or
> queue), is it possible to determine who was the originator of the message?
No, not unless the the publisher annotated the message in some way, but
publishers are under no obligation to disclose their identity. The
broker will validate the user-id property in messages, if the publisher
chooses to disclose its identity using that property. See
http://www.rabbitmq.com/validated-user-id.html
-Emile
More information about the rabbitmq-discuss
mailing list