Re: [feature request] Reporting startup failure

2015-01-13 Thread Chris Melikian
I'm sorry. I can't reproduce it now. I'm sure I saw it but please assume it's my error! -- View this message in context: http://camel.465427.n5.nabble.com/feature-request-Reporting-startup-failure-tp5761531p5761620.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: [feature request] Reporting startup failure

2015-01-09 Thread Willem Jiang
; > > > To recreate, use:- > > > > @Override > > public void configure() throws Exception { > > from("direct:willFail?concurrentConsumers=2") > > .to("mock:wontReachHere"); > > } > > > > Cheers, Chris. > > >

Re: [feature request] Reporting startup failure

2015-01-09 Thread Claus Ibsen
rs=2") > .to("mock:wontReachHere"); > } > > Cheers, Chris. > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/feature-request-Reporting-startup-failure-tp5761531.html > Sent from the Camel - Users

[feature request] Reporting startup failure

2015-01-09 Thread Chris Melikian
figure() throws Exception { from("direct:willFail?concurrentConsumers=2") .to("mock:wontReachHere"); } Cheers, Chris. -- View this message in context: http://camel.465427.n5.nabble.com/feature-request-Reporting-startup-failure-tp5761531.html Sent from the Camel - Users mailing list archive at Nabble.com.