Re: Problems implementing a delay in a camel route

2012-01-27 Thread Christian Müller
We track this issue with https://issues.apache.org/jira/browse/CAMEL-4947 Thanks for reporting, Christian On Thu, Jan 26, 2012 at 1:24 PM, Tom Howe wrote: > Hi, can anyone help with this.. specifically computeDelay() method never > appears to be called.. > > > > >

Re: Problems implementing a delay in a camel route

2012-01-26 Thread Tom Howe
Hi, can anyone help with this.. specifically computeDelay() method never appears to be called.. We are using camel 2.7.1 and found this post which suggests that the above config should work.. http://camel.465427.n5.nabble.com/Delayer-and-as

Problems implementing a delay in a camel route

2012-01-24 Thread Mike Spelling
I'm using Camel v2.7.1 and trying to configure a route to apply a delay to incoming messages before passing them on to another queue. I've read about a similar problem at http://osdir.com/ml/users-camel-apache/2010-11/msg00134.html but the answer did not seem to work for me. I don't thi