Hello all, I'd like to write a client that connects to the c++ broker and asynchronously gets notified of other connection attempts being made to the broker.
The idea is that this client can write audit logs that shows info about connections IP address, queues, bindings, connection time etc. I'm guessing that it's going to involve QMF so some of Gordon Sim's recent QMF2 Java Examples are going to help me I'm sure, but the last piece in the puzzle is really how do I get notified asynchronously. I guess that I could poll and maintain differences of queues etc. but it is more elegant if I could be notified of connections/disconnections. Many thanks. -- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/Is-it-possible-to-write-a-client-that-gets-notified-of-connections-disconnections-to-broker-tp6487251p6487251.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
