According to the failover docs for Java one should use the failover transport listener to receive notifications that a failover has occured.
I can not find the interface to set a failover listener on the ActiveMQConnectionFactory as suggested by the documentation. Can you do this, and how? If you use failover, and a broker dies at some point, your sends will block by default. Using TransportListener can help with this regard. It is best to set the Listener directly on the ActiveMQConnectionFactory so that it is in place before any request that may require an network hop. -- View this message in context: http://www.nabble.com/setTransportlistener-missing-from-activemq-cpp-tp24961678p24961678.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.