Hi Camel Riders

I am using camel recepientList EIP for dynamic target system determination. 

Route as follows

<route>
  <from uri="direct:a" />
  
  <recipientList delimiter="#">
    <header>listOfTargetSystems</header>
  </recipientList>
</route>


Just wanted to know *if there is a way I can track the one which was
successfull and the one which failed*. Is there a way to do that from this
EIP? I would rather need this for reporting unavailable target systems or
invokation failure and componse a re-try mechanisms.




--
View this message in context: 
http://camel.465427.n5.nabble.com/RecepientList-Individual-Target-status-tp5755211.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to