On Mon, Nov 16, 2009 at 5:48 PM, 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?
>

Its spring-jms underneath. See the spring documentation, i.e. the
DefaultMessageListenerContainer

> Thanks,
> Pavel
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to