hm, I noticed that sometimes camel starts to consume messages in multiple threads, 2 or 3 (I set 10 concurrent consumers), but more often in 1. it seems there is not enough time to init consumers pool before route starts. I add an asyncDelayed of 1 second to the route and now it works correct, but looks like a trick. is it another way to say camel to start consuming only when all consumers completely initialized?
-- View this message in context: http://camel.465427.n5.nabble.com/ActiveMQ-asyncConsumer-problem-tp5744405p5744434.html Sent from the Camel - Users mailing list archive at Nabble.com.