I am using spring for activemq connection, I would like to reconnect/recover the broker connection if the broker is down. I know we can use failover: in the url, but it will cause the tomcat to be held until it can connect to the broker. If I set the retry limit in the url, it will not auto reconnect anymore afterwards.
Any other way to do recovery except configurating the failover url? I am using org.apache.activemq.pool.PooledConnectionFactory Thanks. -- View this message in context: http://www.nabble.com/How-to-recover-active-connection-if-it-is-down-when-using-spring--tp18937550p18937550.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.