Hi , You should get a exception from the cxf:ws endpoint in Camel 1.5. Then you can use Camel's ErrorHandler[1] to retry or send it to a dead letter queue.
If you are using Camel 1.4, you will not get this kind of exception, the camel cxf endpoint just put the exception into the exchange. [1]http://activemq.apache.org/camel/error-handler.html Willem Coder One wrote: > Say I have a route from("jms:in").to("cxf:ws") and that ws link is down, > what's camel behavior? Configurable? What's the recommended practice to > work with error handling or route failure/unavailability? > > Thanks, > > > > > > >
