On Wed, Nov 7, 2012 at 11:55 AM, anaCortes <[email protected]> wrote: > 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" >
Why are you reading from the built-in DLQ queue of the broker? That seems odd/wrong. > 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. -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
