Hello, When setting option 'waitForTaskToComplete=Never' the 'handleUserRequest' route puts an exchange to seda queue and immediately responds to user 'Your request .....'. I would expect the setting 'concurrentConsumers=1' makes that the exchanges from seda queue are processed one by one in 'direct:processRequest' route. But it doesn't happen. Currently when I invoke the 'handleUserRequest' two times (or more times). I see two processing by 'direct:processRequest' route.
Adam -- View this message in context: http://camel.465427.n5.nabble.com/Producer-consumer-problem-in-Camel-tp5774608p5774617.html Sent from the Camel - Users mailing list archive at Nabble.com.