Hi Yeah give them a try.
Notice #2 - shutting down a CamelContext, and starting the same CamelContext instance again, is not guaranteed to properly startup again. As you may have used some custom components / resources / whatever, which safely cannot be-restarted again. But still give it a try and see how far you get. On Thu, Sep 13, 2012 at 4:30 PM, shindito <[email protected]> wrote: > Thanks for the prompt reply! > > Just to clarify: shutting down all the routes will not require a > camelcontext restart? > So, I have to options: > 1) Stop all routes -> shutdown old component -> add new component -> start > new component -> start all routes > 2) Stop context -> shutdown old component -> add new component -> start > context > > Is it like that? > > Thanks & regards, > Atanas > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-does-a-Camel-component-update-gets-reflected-by-existing-routes-tp5719275p5719296.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
