Hi Boris,

Thanks for the reply.

Is there required any dependencies for the timer component?

 but I am using:
from("timer://currentTimer?period=1000").setBody()
.simple("Current time is ").to("stream:out");

but not getting any output from that.



On Fri, Sep 27, 2019 at 2:21 PM Boris Milojkovic <boris.milojko...@gmail.com>
wrote:

> Hi Rahul,
>
> Did you check the timer component? Just start from the timer and do (part
> of) your logic down the route.
>
> <camel:route id="dropoff-ns2q">
>     <camel:from uri="timer://abc?period=1000"/>
>     .....
> </camel:route>
>
>
> On Fri, Sep 27, 2019 at 10:40 AM Rahul Marjiwe <
> rahul.marj...@hotwaxsystems.com> wrote:
>
> > Hi All,
> >
> > I'm new to Camel. I want to schedule the camel route on repetition
> specific
> > time interval.
> > I saw some example of that but I do not understand how to repeat a route
> > when the route having endpoint as URL, not a folder.
> >
> > Thanks!
> >
> > --
> > Kind Regards,
> > Rahul Marjiwe
> > Enterprise Software Engineer
> >
> > *HotWax Systems*
> > *Enterprise open source experts*
> > cell: +91-9098246835
> > office: 0731-409-3684
> > http://www.hotwaxsystems.com
> >
>


-- 
Kind Regards,
Rahul Marjiwe
Enterprise Software Engineer

*HotWax Systems*
*Enterprise open source experts*
cell: +91-9098246835
office: 0731-409-3684
http://www.hotwaxsystems.com

Reply via email to