I want to be able to monitor when the embedded server establishes or loses connection with the stand alone server. My app is divided in producer app server nodes and consumer nodes.
I know I can get a list of producers and consumers from the stand alone broker by querying JMX stats, but producers only appear on the JMX stats when they're actually posting new messages to the broker. In the case of app servers with embedded brokers that only produce messages, I won't be able to tell if they're currently connected to the stand alone broker unless I'm able to query the stand alone broker exactly when they're posting new messages. The alternatives here are by keeping track of the status in my Transport Listener or by parsing the logs (which is a very undesirable alternative). -- View this message in context: http://activemq.2283324.n4.nabble.com/Trasport-Listener-for-embedded-broker-network-connectors-tp4654830p4654866.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.