Hi,

How to handle faults in case of EIP component..

Let's suppose if we will teke static routing slip.

<eip:static-routing-slip service="replaceMe:routingSlip"
endpoint="endpoint">
    <eip:targets>
      <eip:exchange-target service="replaceMe:echo1" />
      <eip:exchange-target service="replaceMe:echo2" />
    </eip:targets>
  </eip:static-routing-slip>

In this routing slip will forward an inout message to replaceME:echo1  and
then from replaceME:echo1 message will route to replaceMe:echo2.
If there is any fault message will return from replaceMe:echo1 to
replaceMe:echo2 then how we can handle these type of faults.


Now let's consider we are using aggregator for aggregate the messages coming
from different components. If there is any fault occured in any of the
component then aggregator how it handles the fault before aggregating all
the messages.


Can anyone please put light on this fault handling

-----
Cheers
Praveen Oruganti
"Think before you act and act on what you believe"
-- 
View this message in context: 
http://www.nabble.com/Reg%3AFault-Handling-tp15731923s12049p15731923.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to