This information is not available via JMX nor (to the best of my knowledge) via the advisory messages, and it's not available in the logs at the default logging level. It might be available if you changed the logging level to DEBUG or TRACE; you'd have to either give it a try or peruse the code, whichever was easier for you.
I'm not aware of another way you could get that info without changing client code (if all of your clients logged the ID of every message, then it's just a matter of grepping all their logs till you find the right one, but that takes client code changes and the ability to mandate that requirement to all clients and to access their logs), but maybe someone else will know of one. Tim On Wed, Apr 22, 2015 at 2:39 PM, ccharbonneau <ccharbonn...@mindoka.com> wrote: > Is it possible, using the activemq-admin tool, or any other such tool such > as > JMX, to obtain the consumer (or even better, the IP address) that a certain > message has been sent to? My only information in this context is the > MessageID and the contents of the message. > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/finding-out-which-consumer-a-message-has-been-sent-to-using-only-message-id-tp4695467.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >