Can you share your code in form of a small example?

It depends a bit how you do the consumer. In case you use an event based consumer you might need to set an exception listener.
http://docs.oracle.com/javaee/6/api/javax/jms/Connection.html#setExceptionListener(javax.jms.ExceptionListener)

You can then close the consumer and connection and recreate it.

Christian


On 19.07.2016 09:24, mkrueger wrote:
Hi Christian,

thanks for the answer. We tried that already with different values from 1
sec to 30 sec. Did not work out.
Also leaving the PooledConnectionFactory out did not help.
And all of this only occurs in the consumer case. The producer pics up the
failover nicely. Anything else that might keep the broken connection in the
consumer rather than replacing it with a new (working) one?

Regards,
Martin



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Consumer-does-not-reconnect-tp4714039p4714084.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


--
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
http://www.talend.com

Reply via email to