On Tue, Oct 5, 2010 at 7:11 PM, bxkrish <balainf...@gmail.com> wrote: > > Thanks Claus. I am able to see the message aggregated. I have one another > question. I need to do this aggregation at certain time of the day. Is it > possible to configure that with Camel 2.0. Does it support "quartz" timer. > If not, is there an alternative available?
You could start/stop the route depending on the quartz timer. There is API on CamelContext to start/stop routes. In Camel 2.0 you will have to do this by yourself. In Camel 2.x you can use a route policy http://camel.apache.org/routepolicy.html For example in Camel 2.5 we are adding the scheduled routing policy. > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Aggregation-All-Messages-Lost-from-the-Queue-tp3138936p3199998.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