You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by ctapobep <st...@gmail.com> on 2011/08/10 13:18:27 UTC

Camel hangs while shutting down 2 JmsComponents

We have 2 JMS components configured in our camel context: one that works with
Solace, and the other one that works with IBM MQ. 
When Camel runs DefaultShutdownStrategy, it waits for 300 seconds and
then... still nothing happens. Seems like it hangs in
AbstractJmsListeningContainer#doStop() at 319 line (where synchronization
happens). Looks like a dead lock though JConsole doesn't show it...

Camel version: 2.7.0.
IBM MQ lib: mqjms-6.0.1

--
View this message in context: http://camel.465427.n5.nabble.com/Camel-hangs-while-shutting-down-2-JmsComponents-tp4685464p4685464.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel hangs while shutting down 2 JmsComponents

Posted by ctapobep <st...@gmail.com>.
Taking away 'concurrentConsumers=10' property of JmsComponent helped to solve
the problem. But don't get why.. 

--
View this message in context: http://camel.465427.n5.nabble.com/Camel-hangs-while-shutting-down-2-JmsComponents-tp4685464p4685520.html
Sent from the Camel - Users mailing list archive at Nabble.com.