Mark all routes to not auto startup, and then start them yourself one by one from some Java code etc.
On Wed, Nov 25, 2015 at 3:23 PM, Brossard <[email protected]> wrote: > Hi, > > I am currently using Camel 2.16 in a web application, starting it with a > *ContextLoaderListener* in my *web.xml*. > Is there a way to prevent my webapp being stopped in case of exception like > *FailedToCreateRouteException* ? > In other words, i would like to isolate one (or more) route, and say to > Camel "it doesn't matters if this route doesn't starts up, i want to start > my application anyway". > > Thanks for your help. > > Regards, > Brossard > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Prevent-FailedToCreateRouteException-to-cause-application-stop-tp5774408.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
