Has anyone had problems with broker network bridges failing? Meaning messages
won't cross the broker-to-broker bridge even though there are no messages that
state that there is a problem with the connection between the brokers.
Things were fine until recently. We've been battling trying to get
wireFormat.marshal(command, dataOut);
dataOut.flush();
}
-Original Message-
From: David Klosowski
Sent: Tuesday, August 27, 2013 12:37 AM
To: users@activemq.apache.org
Subject: RE: ActiveMQ Transport Threads Getting Blocked
The peculiar thing is that this pretty much locks up the whole bro
The peculiar thing is that this pretty much locks up the whole broker. There
are 71 transport threads that are blocked.
If it's due to sync sends being performed by the broker, there are two issues
that I can tell
1) Why would 71 transport threads get blocked on the broker trying to sen