Re: camel restart

2019-11-26 Thread Bing Lu
i am using sjmsbatch component and the route processing the mq messages is stopped due to some mq related exception sometimes Sent from Yahoo Mail on Android On Tue, Nov 26, 2019 at 3:21 PM, WEIQUAN YUAN wrote: with my experience with camel routing, exception thrown wont' cause the route

Re: camel restart

2019-11-26 Thread WEIQUAN YUAN
with my experience with camel routing, exception thrown wont' cause the route to stop. The routing is still running behind. could you please explain in more detail in what case, your route will stopped need restarting? On Mon, Nov 25, 2019 at 10:39 PM Bing Lu wrote: > So i can do sth like the f

Re: Unable to add timer component as dependency in 2.24.2

2019-11-26 Thread Mikael Andersson Wigander
Thank you, that explains it. On the website when selecting version 2.x, timer is “removed” from the list of components and that’s why I am confused. M > On 26 Nov 2019, at 10:44, Andrea Cosentino wrote: > > Camel-timer is part of camel-core in camel-2.x branch. > > It has become a separated

Re: Unable to add timer component as dependency in 2.24.2

2019-11-26 Thread Andrea Cosentino
Camel-timer is part of camel-core in camel-2.x branch. It has become a separated component only for camel 3. So that's normal. Il giorno mar 26 nov 2019 alle ore 10:43 Mikael Andersson Wigander < mikael.grevs...@gmail.com> ha scritto: > Hi > > I’m trying to add camel-timer or camel-timer-starter

Unable to add timer component as dependency in 2.24.2

2019-11-26 Thread Mikael Andersson Wigander
Hi I’m trying to add camel-timer or camel-timer-starter to my maven project for Camel 2.24.2 but Maven can’t find it. My pom uses a Camel BOM in dependency management and I have other camel components that works but not timer ``` 1.8 2.24.2 UTF-8 UTF-8 5.15.10 2.1.9.R