Re: Camel - Hystrix

2016-11-07 Thread r_karthik1
Thanks...Sure will try it out. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Hystrix-tp5789751p5789848.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel - Hystrix

2016-11-05 Thread r_karthik1
Thanks for your quickresponse. >From where I can get 2.18.1 source code to build? its already there in Github? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Hystrix-tp5789751p5789785.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel - Hystrix

2016-11-04 Thread r_karthik1
I am new to Camel and Hystrix, I am trying to imple hystrix in my project. Before making sure I can move with hystrix for circuit break scenarios. I tried the following with give hystrix eample. When I enable the circuitBreakerForceOpen, its not even entering into the Bean that I defined. myunders