Re: Detect is a route is started

2013-04-25 Thread Jean Francois LE BESCONT
Thanks Claus for the link ! 2013/4/25 Claus Ibsen > Hi > > There is a getRouteStatus method > > http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/CamelContext.html#getRouteStatus(java.lang.String) > > On Thu, Apr 25, 2013 at 10:48 AM, Jean Francois LE BESCONT > wrot

Re: Detect is a route is started

2013-04-25 Thread Jean Francois LE BESCONT
I am using it because camel looks to have a strange behavior. I would like to execute code at the end of (spring/camel) context loading and if the code execution is OK then start an other route. ( First I download referential data and load it ) ( Secondly start route which process file and enrich

Re: Detect is a route is started

2013-04-25 Thread Claus Ibsen
Hi There is a getRouteStatus method http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/CamelContext.html#getRouteStatus(java.lang.String) On Thu, Apr 25, 2013 at 10:48 AM, Jean Francois LE BESCONT wrote: > Hey Folks ! > > Just a little post to say that it sound tricky to d