Hi What version of Camel are you using? And how have you configured the JMS component, and the route where you do request/reply?
On Mon, Nov 5, 2012 at 12:21 PM, anaCortes <[email protected]> wrote: > 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. -- 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
