RE: Camel cold restart via JMX

2012-10-30 Thread Daniel Gredler
Thanks, Willem! -Original Message- From: Willem jiang [mailto:willem.ji...@gmail.com] Sent: Friday, October 26, 2012 10:18 PM To: dev@camel.apache.org Subject: Re: Camel cold restart via JMX Hi Daniel, I will take care of the patch today. -- Willem Jiang Red Hat, Inc. FuseSource

Re: Camel cold restart via JMX

2012-10-26 Thread Willem jiang
> > > -Original Message- > From: Claus Ibsen [mailto:claus.ib...@gmail.com] > Sent: Friday, October 26, 2012 2:04 AM > To: dev@camel.apache.org (mailto:dev@camel.apache.org) > Subject: Re: Camel cold restart via JMX > > On Thu, Oct 25, 2012 at 11:02 PM, Daniel Gr

RE: Camel cold restart via JMX

2012-10-26 Thread Daniel Gredler
Hi Claus, Here it is (with patch): https://issues.apache.org/jira/browse/CAMEL-5747 Take care, Daniel -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Friday, October 26, 2012 2:04 AM To: dev@camel.apache.org Subject: Re: Camel cold restart via JMX On Thu

RE: Camel cold restart via JMX

2012-10-26 Thread Daniel Gredler
rg/jira/browse/CAMEL-5734 [2] https://issues.apache.org/jira/browse/CAMEL-5747 -Original Message- From: Raul Kripalani [mailto:r...@evosent.com] Sent: Thursday, October 25, 2012 9:21 PM To: dev@camel.apache.org Subject: Re: Camel cold restart via JMX Have you considered using the dynamic router or recip

Re: Camel cold restart via JMX

2012-10-25 Thread Claus Ibsen
o it wont, only the Camel part. IMHO this cold restart is not useable > in all situations. > And it may not work as some 3rd party libraries may not support > restarts. > > Often a container such as Karaf / Jetty / Tomcat etc. can restart an > entire application > by unloading it, and

Re: Camel cold restart via JMX

2012-10-25 Thread Raul Kripalani
ed on cold >> restart. However, looking at the code, I think there's a good chance >> that it's a bug in Camel and not by design... but I'll follow up on that >> in the separate thread where Claus and Preben are discussing this topic >> exactly :-) >>

Re: Camel cold restart via JMX

2012-10-25 Thread Hadrian Zbarcea
ailto:hzbar...@gmail.com] Sent: Thursday, October 25, 2012 8:05 AM To: dev@camel.apache.org Subject: Re: Camel cold restart via JMX Could you please describe more your situation and why a cold restart would be needed? There may be other better solutions for your problem. Cheers, Hadrian On 1

RE: Camel cold restart via JMX

2012-10-25 Thread Daniel Gredler
From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Thursday, October 25, 2012 2:52 AM To: dev@camel.apache.org Subject: Re: Camel cold restart via JMX On Wed, Oct 24, 2012 at 7:41 PM, Preben.Asmussen wrote: > yeah thats really useful. > Question : if the Camel context is Spring based wil

RE: Camel cold restart via JMX

2012-10-25 Thread Daniel Gredler
I'll follow up on that in the separate thread where Claus and Preben are discussing this topic exactly :-) Take care, Daniel -Original Message- From: Hadrian Zbarcea [mailto:hzbar...@gmail.com] Sent: Thursday, October 25, 2012 8:05 AM To: dev@camel.apache.org Subject: Re: Ca

Re: Camel cold restart via JMX

2012-10-25 Thread Hadrian Zbarcea
Could you please describe more your situation and why a cold restart would be needed? There may be other better solutions for your problem. Cheers, Hadrian On 10/19/2012 03:51 PM, Daniel Gredler wrote: Hi guys, I was thinking about creating a feature request, but it involves such a fundam

Re: Camel cold restart via JMX

2012-10-24 Thread Claus Ibsen
entire application by unloading it, and loading it again. That is often better. > Preben > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-cold-restart-via-JMX-tp5721314p5721513.html > Sent from the Camel Development mailing l

RE: Camel cold restart via JMX

2012-10-24 Thread Preben.Asmussen
message in context: http://camel.465427.n5.nabble.com/Camel-cold-restart-via-JMX-tp5721314p5721513.html Sent from the Camel Development mailing list archive at Nabble.com.

RE: Camel cold restart via JMX

2012-10-23 Thread Daniel Gredler
Hi Willem, That was fast :-) Thanks a ton; hopefully it'll be useful to others, as well. Take care, Daniel -Original Message- From: Willem jiang [mailto:willem.ji...@gmail.com] Sent: Monday, October 22, 2012 11:52 PM To: dev@camel.apache.org Subject: Re: Camel cold restart vi

Re: Camel cold restart via JMX

2012-10-22 Thread Willem jiang
I'd be grateful if someone could take a couple of > minutes to have a look. > > Thanks! > > Daniel > > > -Original Message- > From: Daniel Gredler [mailto:dgred...@dhlglobalmail.com] > Sent: Friday, October 19, 2012 3:52 PM > To: dev@camel.apache.

RE: Camel cold restart via JMX

2012-10-22 Thread Daniel Gredler
2012 3:52 PM To: dev@camel.apache.org Subject: Camel cold restart via JMX Hi guys, I was thinking about creating a feature request, but it involves such a fundamental aspect of Camel that I thought I'd ask here first. I have a situation where I'd like to do a cold restart on a Camel con

Camel cold restart via JMX

2012-10-19 Thread Daniel Gredler
Hi guys, I was thinking about creating a feature request, but it involves such a fundamental aspect of Camel that I thought I'd ask here first. I have a situation where I'd like to do a cold restart on a Camel context (context.stop(), and then context.start()). The catch is that I want to d