(Adding users@ to get more input) > -----Original Message----- > From: srodof [mailto:[email protected]] > Sent: Friday, December 05, 2014 11:16 AM > To: [email protected] > Subject: Qpid client disconnect notification > > I have a qpid sender c++ and multiple qpid receivers in Java, using c++ > broker. > > I would like to know in c++ every time a java client disconnect. > > Looking into this forum i found that creating a c++ receiver that listens to > qmf.default.topic/agent.ind.event.org_apache_qpid_broker.#; > {node:{type:topic}} > i get every disconnect msg on the broker. > > The problem is that the disconnect msg doesn't provide the topic name or > the username. For some reason reports user:anonymous, which is wrong.
What auth mechanism did the Java client use? The username used in that authentication is what should be reported. -Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
