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.
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.