On Thu, Oct 21, 2010 at 8:31 AM, Viju <[email protected]> wrote: > > Thanks much. I was breaking my head to identify the issue > > Is there a defect that I can refer to? Wanted to know the reason why this is > happening? >
See https://issues.apache.org/activemq/browse/CAMEL-3193 > Few follow on questions to do the workaround- > > 'You can use a fixed reply to queue to work around this issue.'- We are > using temporary queue to have the request response (InOut). If we use a > fixed queue, when there are multiple requests going through, will it not > clash? Or will it work using the correlationId? > > Also where do I specify to use a fixed queue instead of temporary queue? > You can either use a shared reply queue or use a reply queue per endpoint. Camel will filter based on correlation id. You use use replyTo option http://camel.apache.org/jms > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Routes-throws-TimeOutException-after-ESB-restart-tp3229609p3229918.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
