Hi bibryam At first glance it looks a bit intrusive when the usual endpoints are 'wrapped' in the hystrix endpoint.
Could it be something like -> psudo code <camelContext id="hystrix-producer" xmlns="http://camel.apache.org/schema/blueprint"> <hystrix> <from="run"/> <fallback="http4://www.google.com"/> .............. other options </hystrix> <route> <from uri="timer://local?fixedRate=true&period=50&repeatCount=5"/> <to id="run" uri="http4://localhost"/> <to uri="log:hystrix?level=INFO&showHeaders=true"/> </route> </camelContext> /Preben -- View this message in context: http://camel.465427.n5.nabble.com/New-camel-hystrix-component-tp5770955p5780454.html Sent from the Camel Development mailing list archive at Nabble.com.