The replyToCacheLevelName parameter doesn´t solve the problem.
I´ve added the parameter in the configuration:
<bean id="activemq"
class="org.apache.activemq.camel.component.ActiveMQComponent">
<property name="configuration" ref="amqConfigNoTransaction"/>
<property name="replyToCacheLevelName" value="CACHE_NONE" />
</bean>
I´ve also tried adding it to the endpoint:
"activemq:ActiveMQ.DLQ?replyTo=xxx.REPLY&requestTimeout=255000&receiveTimeout=250&timeToLive=510000&replyToCacheLevelName=CACHE_NONE"
But it doesn´t work.
Am i doing something wrong?
Thanks.
--
View this message in context:
http://camel.465427.n5.nabble.com/JMS-Shared-fixed-reply-queue-doesn-t-consume-all-the-messages-tp5721700p5722298.html
Sent from the Camel - Users mailing list archive at Nabble.com.