Yeah the routes are prepared during startup so it depends what the problem is.

You can add the routes using the java api, using addRoutes if you want
to add them one by one, and ignore any problems.

Though it does smell that you have a system where you do not care if
some part of it do not work. Maybe split up your app so the "do not
care part" is separated from the "must work"



On Wed, Nov 25, 2015 at 3:58 PM, Brossard <arno.a...@gmail.com> wrote:
> Doesn't Camel try to resolve endpoint even if route isn't autostarted ?
> If not, how can i start my route(s) only when my application's context is
> started?
>
> Thx
> Arnaud
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Prevent-FailedToCreateRouteException-to-cause-application-stop-tp5774408p5774410.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to