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