The problem seems solved if I use cacheConsumer="false" in the CachingConnectionFactory in the ActiveMQ configuration:
<bean id="cachedConnectionFactory" class="org.springframework.jms.connection.CachingConnectionFactory"> ... <property name="<b>cacheConsumers*" value="false" /> </bean> Anyone knows why this can solve the problem of the fixed reply queues? Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/JMS-Shared-fixed-reply-queue-doesn-t-consume-all-the-messages-tp5721700p5722135.html Sent from the Camel - Users mailing list archive at Nabble.com.