Re: Execute a Route on repetition in specific time slot.

2019-09-27 Thread Jaiprakash Mewada
Sorry for Typo, It's "Camel Stream" not "Came stream" On Fri, Sep 27, 2019 at 5:31 PM Jaiprakash Mewada < jaiprakash.mew...@hotwaxsystems.com> wrote: > Rahul, > > In order to print output on console, you need to add "came stream" > dependency. > > > On Fri, Sep 27, 2019 at 5:12 PM Rahul Marjiwe

Re: Execute a Route on repetition in specific time slot.

2019-09-27 Thread Andrea Cosentino
I think you need to read a bit more how camel work. Take a look at timer examples. Il giorno ven 27 set 2019 alle ore 13:42 Rahul Marjiwe < rahul.marj...@hotwaxsystems.com> ha scritto: > Hi Boris, > > Thanks for the reply. > > Is there required any dependencies for the timer component? > > but

Re: Execute a Route on repetition in specific time slot.

2019-09-27 Thread Jaiprakash Mewada
Rahul, In order to print output on console, you need to add "came stream" dependency. On Fri, Sep 27, 2019 at 5:12 PM Rahul Marjiwe < rahul.marj...@hotwaxsystems.com> wrote: > Hi Boris, > > Thanks for the reply. > > Is there required any dependencies for the timer component? > > but I am

Re: Execute a Route on repetition in specific time slot.

2019-09-27 Thread Rahul Marjiwe
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

Re: Execute a Route on repetition in specific time slot.

2019-09-27 Thread Boris Milojkovic
Hi Rahul, Did you check the timer component? Just start from the timer and do (part of) your logic down the 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

Execute a Route on repetition in specific time slot.

2019-09-27 Thread Rahul Marjiwe
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