On Wed, Oct 24, 2012 at 7:41 PM, Preben.Asmussen <p...@dr.dk> wrote:
> yeah thats really useful.
> Question : if the Camel context is Spring based will it reload the whole
> SpringCamelContext including property files loaded from the classpath or
> file ?
> Then one would be able to change file based property configurations, and
> just hit reload.
>

No 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 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 list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to