Re: Restarting an Endpoint from an ErrorHandler

2016-12-16 Thread souciance
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.

Re: Restarting an Endpoint from an ErrorHandler

2016-12-16 Thread Taariq Levack
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

Restarting an Endpoint from an ErrorHandler

2016-12-16 Thread sa_james
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