Re: Exception handling with Hystrix EIP

2017-03-30 Thread Priyanka Gopinath
***, > CamelRouteStop=true, CamelToEndpoint=direct://slow} > com.netflix.hystrix.exception.HystrixRuntimeException: hystrix1 timed-out > and no fallback available. > > > > > -- > View this message in context: http://camel.465427.n5.nabble. > com/Exception-handling-with-Hystrix-EIP-tp5795811p5795991.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Exception handling with Hystrix EIP

2017-03-23 Thread Abhishek.Jha09
/slow} com.netflix.hystrix.exception.HystrixRuntimeException: hystrix1 timed-out and no fallback available. -- View this message in context: http://camel.465427.n5.nabble.com/Exception-handling-with-Hystrix-EIP-tp5795811p5795991.html Sent from the Camel - Users mailing list archive at Nabble.com.

Exception handling with Hystrix EIP

2017-03-20 Thread Priyanka Gopinath
Hi, I am trying to enable hystrix in our camel application and I am trying to understand how the exceptions are dealt when using the Hystrix EIP . When we set the timeOut to a smaller value than the endpoint call, there is no exception thrown that we can deal with. I need a handle to this excep