There's one parameter called "concurrentConsumers".
The default is 1. Cheers, Bruno On Nov 16, 2009 2:48pm, Pavel <pag...@gmail.com> wrote:
Hello,
I'm trying to figure out what degree of control do I have for JMS consumers.
I'm using ActiveMQ.
This page http://camel.apache.org/jms.html mentions 2 relevant parametersL
concurrentConsumers
Specifies the default number of concurrent consumers.
maxConcurrentConsumers
Specifies the maximum number of concurrent consumers.
Can someone please clarify how camel decides on number of concurrent
consumers, what affects this number, and how the params above are relevant?
Thanks,
Pavel