I have such scenario
HTTP BC -> Pipeline -> Bean (logic) -> (back to pipeline) ->Destination

it is rubust-in-only pattern (in http bc) because client wants to know only
if there was an error or not.
Bean (logic) returns FAULT message if an error occured and it is returned to
http client.

Now I want to forward any FAULT message also to RSS component.
How should I do it?

I can't set faulstTarget on pipeline because I want also notify http client.
I can't put something like wire tap between http bc and pipeline because is
looks only at IN message, not the FAULT.
-- 
View this message in context: 
http://www.nabble.com/flitering-fault-messages-tp15306680s12049p15306680.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to