You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Svetlana <sv...@consafelogistics.com> on 2015/05/08 16:17:07 UTC

Can not read from all Destination Queue members using Jetty and pollenrich

Hi!

I am using Jetty trigger to start consuming from a JMS UDQ one message at a
time.
I have two members in the UDQ. The problem is that I always consume from one
and same member queue even concurrentConsumer is defined. Is there any way
to solve this problem?
I have defined my route as following:
<camelContext id="astro-weblogicJMS"
xmlns="http://camel.apache.org/schema/spring">
   <route>
       <from uri="jetty:http://localhost:9002"/>
       <pollEnrich uri="wmq:queue:UDQ?concurrentConsumers=2"
timeout="2000"/>
  </route>
</camelContext>
Thanks in advance!



--
View this message in context: http://camel.465427.n5.nabble.com/Can-not-read-from-all-Destination-Queue-members-using-Jetty-and-pollenrich-tp5766871.html
Sent from the Camel - Users mailing list archive at Nabble.com.