Hi - using:
Camel version 2.18.1
ActiveMQ version 5.14.1

ActiveMQ component is used with exchange=InOut.
<from id="_fromActivemq"
uri="activemq:queue:queuename?exchangePattern=InOut"/>

I specified class option replyToConcurrentConsumers > 1, but the initial
Number of consumers for my queue was only 1.
<p:property name="replyToConcurrentConsumers" value="5"/>

The initial Number of Consumers could only be raised by setting the class
option concurrentConsumers > 1.
<p:property name="concurrentConsumers" value="5"/>

Have I misinterpreted the use of option replyToConcurrentConsumers?  
When is this used?



--
View this message in context: 
http://camel.465427.n5.nabble.com/ActiveMQ-initial-number-of-consumers-tp5799797.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to