I'm using CXF to call a SOAP based web service. Within my blueprint file I have "onException" handling.
<onException> <exception>java.net.ConnectException</exception> <redeliveryPolicy asyncDelayedRedelivery="false" maximumRedeliveries="-1" redeliveryDelay="10000" useExponentialBackOff="true" retryAttemptedLogLevel="DEBUG"/> </onException> The problem I am seeing is that one of our server nodes within our farm will catch this ConnectException and try forever, which was the plan, but other servers will be able to communicate with the endpoint successfully. It appears that the same bad connection is being used over and over and a new one is never obtained. We're using Camel 2.12.4 in Karaf -- View this message in context: http://camel.465427.n5.nabble.com/CXF-Bean-and-RedeliveryPolicy-tp5788975.html Sent from the Camel - Users mailing list archive at Nabble.com.