Hi list. I'm trying to concurrently consume 10 messages sent to an embedded ActiveMQ broker over the VM transport. Sometimes my code works, sometimes it hangs at the n-th message, randomly.
If I change to a JBossMQ, my Camel client works. Can someone help me in setting my ActiveMQ broker? Source at: https://github.com/thiagokronig/activemq-camel-test Thanks in advance.