Hi,

I am looking for the option to continue the loop after catching the
exception in the route.
e.g 

<loop>
  <simple>${body.size} </simple>
  <doTry>
        .....calling some service which can produce exception.
  <doCatch>
    <exception>java.lang.Exception</exception>
   <log message="Excetpion occured - ${exception.message}"/>
     ....after catching the exception, I need to continue the loop here.
 </doCatch>
</doTry>

Any information is appreciated.

Thanks



--
View this message in context: 
http://camel.465427.n5.nabble.com/Loop-should-continue-after-exception-caught-tp5787979.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to