the discussion
> below:
> http://camel.465427.n5.nabble.com/Restarting-an-Endpoint-
> from-an-ErrorHandler-tp5791563.html
> To start a new topic under Camel - Users, email
> ml-node+s465427n465428...@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> <http://camel.
t;
> onException(*ConnectionException.class*).*process( ...stop and restart
> myendpoint here ...)
>
> *from("myendpoint").to("log:test-exception")
>
>
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.
> com/Restarting-an-Endpoint-from-a
Does something like the following make sense?
onException(*ConnectionException.class*).*process( ...stop and restart
myendpoint here ...)
*from("myendpoint").to("log:test-exception")
--
View this message in context:
http://camel.465427.n5.nabble.com/Restarting