You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by zzkozak <ma...@pikula.de> on 2013/01/30 13:27:13 UTC

Another question to concurrent consumer

Hi,

giving this JmsConfiguraiton:


I would expect, that if the queue "ordersOverview" will be filled with for
example 10 messages, they would be processed in parallel, right?

But the messages are processed synchronously AND if during processing of one
message an OrderNotFoundException is thrown, the queue will be blocked for
5Minutes. If this happens for 5 times, the queue will be blocked for
25Minutes.

So, what is wrong with my configuration?

The ActiveMQ admin interface is showing 10 consumers for the
"ordersOverview" queue.

Thank you in advance,
Marcin



--
View this message in context: http://camel.465427.n5.nabble.com/Another-question-to-concurrent-consumer-tp5726561.html
Sent from the Camel - Users mailing list archive at Nabble.com.