The exchange contains a property with the failure endpoint
http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Exchange.html#FAILURE_ENDPOINT

And you can use an aggregation strategy on the recipient list to
handle when the recipients are done.

Some details at
http://camel.apache.org/recipient-list.html


On Thu, Aug 14, 2014 at 2:47 PM, contactreji <contactr...@gmail.com> wrote:
> 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.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to