Needs more testing, but I think this is the culprit:
<property name="cacheLevelName" value="CACHE_CONSUMER" />
Should be
<property name="cacheLevelName" value="CACHE_NONE" />
Or take the default value CACHE_AUTO.
It says this here:
http://camel.apache.org/jms.html#JMS-transactionCacheLevels
--
View this message in context:
http://camel.465427.n5.nabble.com/ActiveMQ-concurrentConsumers-vs-multiple-connections-tp5777831p5777867.html
Sent from the Camel - Users mailing list archive at Nabble.com.
