JMS/ActiveMQ concurrent threads not starting for messages already in the queue

2014-10-09 Thread je73
Hi, I've got a problem with starting concurrent threads (JMS/ActiveMQ) for messages already in the queue. I have two test apps, Producer and Consumer. The producer creates 10 message and the consumer reads messages with " Now, if I start the consumer app first and then the producer I see 10 thre

Re: JMS/ActiveMQ concurrent threads not starting for messages already in the queue

2014-10-13 Thread je73
I found that adding "destination.consumer.prefetchSize=1" to the from statement fixed this. -- View this message in context: http://camel.465427.n5.nabble.com/JMS-ActiveMQ-concurrent-threads-not-starting-for-messages-already-in-the-queue-tp5757447p5757510.html Sent from the Camel - Users mailin