I added the "?asyncConsumer=true", and saw no difference. Still only one message is picked at a time per queue. "concurrentConsumers" would add more actual threads listening to the queue, right? I would prefer to simply pick messages with one thread, and hand of work to be processed asynchronously in a separate thread pool.
----- Morten Bendiksen -- View this message in context: http://camel.465427.n5.nabble.com/Async-bean-method-tp5799201p5799275.html Sent from the Camel - Users mailing list archive at Nabble.com.
