camel jetty as producer/http-client is supported ?
Issue
When using Camel Load Balancer Pattern, Failover policy is not working in Fuse 6.3. The same is working in 6.2.1.
Sample route is below :
<route id="sample-route">
<from id="_from1" uri="direct:start" />
<loadBalance inheritErrorHandler="false">
<failover roundRobin="true" maximumFailoverAttempts="3" />
<to uri="jetty:http://127.0.0.1:8080/sample?bridgeEndpoint=true&throwExceptionOnFailure=false" />
</loadBalance>
</route>
Environment
- Red Hat Fuse
- 6.3.0
- 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.