I have one very slow consumer and activemq is configured for throttling. The
problem is that my producer deadlocks on producerWindow.waitForSpace(). All
my queues goes down to 0, but producer still waits for space.
My ideas is that if connection to broker is lost, usageMutex.norifyAll() is
never called. And it seems that failover connection closes connection on
inactivity.
Can any AMQ developer comment on how procuder throttling behaves on
reconnect to broker?
-- 
View this message in context: 
http://www.nabble.com/Deadlock-on-producerWindow.waitForSpace%28%29-tp20913298p20913298.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to