Do you need this info for troubleshooting purposes? Or do you need this for a message consuming application?
If it's the later, you may not want to rely on internal Qpid connection details at the application level. In my own usage, I use the Reply To and Correlation ID to identify the publisher. Would these be sufficient for you? There may be a better solution, but you could always set application headers on the publisher specifying the the connection info, process ID, or whatever you need to identify the publisher. - Chris On Fri, Apr 1, 2011 at 10:26 AM, Bruno Matos <[email protected]>wrote: > Hi, > > Is it possible to identify the connection from where a message has been > published? I need to establish a relation between a message and its > publisher, not only the username but also the connection's properties. > > Tia. > > -- > Bruno Matos > [email protected] > > > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > >
