I have a network of 3 brokers running but sometimes the brokers fail in a
rather unique and annoying way.

They still accept connections but otherwise stop to communicate with the
client (even those still connected).
For new connections created in java this means:

<code>
    con = factory.getConnection(); // method returns, connection is created
    con.createSession(false, Session.AUTO_ACKNOWLEDGE); // never returns
</code>

on the server side there are no logged exceptions when running in debug
mode.

do you have any idea what happens here?
is there any logmessage i can look for?

--
View this message in context: 
http://activemq.2283324.n4.nabble.com/broker-stops-communication-but-accepts-new-connections-tp4351156p4351156.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to