Advisory messages delivered to ActiveMQ.Advisory.Connection will contain a ConnectionInfo object as part of the data structure field of the message. That object will contain the user name used for the new connection. Passwords will always be cleared, however.
On Tue, Jun 16, 2015 at 5:41 AM, ALi <osat...@gmail.com> wrote: > hello i want to log every user that connects to an specific queue, i think > that it is dont by reading advisory messages or by doing a plugin that > intercepts calls to the broker. (BrokerFilter) the first try is reading > advisory .. but the username is not setted receiving null....any help???? >