I am using Geronimo 2.1 with AMQ4. Sometime I got RejectedExecutionException
from ActiveMQ TCP Transport, and the AMQ won't continue to process the
messages stalled in queues.
I don't know if my application lead the problem, I see no Exception from my
application server.

On http://activemq.apache.org/producer-flow-control.html 
there is a description:
In ActiveMQ 4.x flow control was implemented using TCP flow control. The
underlying network connection of throttled consumers was suspended to
enforce flow control limits. This strategy is very efficient but can lead to
deadlocks if there are multiple producers and consumers sharing the same
connection.

Is that possible the issue? How can I "disable" or tune in AMQ 4?
-- 
View this message in context: 
http://old.nabble.com/RejectedExecutionException--and-Message-stalled-in-AMQ-4-tp26799491p26799491.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to