Re: Self-termination of a Camel program

2014-05-30 Thread Camel Guy
Thanks Matt. I believe I do that myself too. Do you poll context.getStatus.isStopped ? ~cg On Thu, May 29, 2014 at 10:22 AM, Matt Payne wrote: > I have this working using > > org.apache.camel.main.Main > > I can send an example after work. My guess is that someone will send an > example befor

Re: Self-termination of a Camel program

2014-05-29 Thread Matt Payne
I have this working using org.apache.camel.main.Main I can send an example after work. My guess is that someone will send an example before that. --Matt Payne On Thu, May 29, 2014 at 12:12 PM, Camel Guy wrote: > Hello again fellow riders, > > I would like to my camel program to terminate sh

Self-termination of a Camel program

2014-05-29 Thread Camel Guy
Hello again fellow riders, I would like to my camel program to terminate shortly after the camel context stops. I know how to stop a camel context in a background thread. I have indeed verified that no routes are running via jconsole. etc. When using the Maven camel-exec plugin, apparently the p