Broker Bridging Problems

2013-09-24 Thread David Klosowski
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

RE: ActiveMQ Transport Threads Getting Blocked

2013-08-27 Thread David Klosowski
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

RE: ActiveMQ Transport Threads Getting Blocked

2013-08-27 Thread David Klosowski
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