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.
