Hi, I am seeing a scenario where a connection is closed between a activemq client and activemq service(can be simulated by closing the connection in firewall). As a result, the activemq does not see that the connection is closed, it keeps it up and so there is no attempt to reconnect. So as a result, the client does not receive messages since the connection is not really up.
I use ssl for connection: This is the connection configuration i use: AMQ: <transportConnector name="ssl" uri="ssl://0.0.0.0:61616?trace=true&wireFormat.maxInactivityDuration=0&soTimeout=60000&connectionTimeout=60000" /> Client: <property name="brokerURL" value="failover:(${messaging.statistics.broker.url})?randomize=false&timeout=${messaging.broker.timeout}" /> Any ideas? is something missing from my configuration? thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-does-not-recover-from-a-closed-connection-using-ssl-tp4664254.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.