Re: ActiveMQ asyncConsumer problem

2013-12-08 Thread hollow1351
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

ActiveMQ asyncConsumer problem

2013-12-06 Thread hollow1351
ied to use asyncConsumer camel property and appropriate activemq properties but it doesn't works for me. my spring config jmsMessageListener is a simple javax.jms.MessageListener implementation. I'm using camel 2.12.2, activemq 5.9.0 and java 1.7.0_40 thanks for any help, hollow1351 --