Andrea
There is difference between my mediator and the failover ednpoint... In fact,
in case of fail, the failover endpoint works with endpoints that use the
same parameters, my mediator should work with similar but not equal
endpoints.
e.g.:With failover endpoint all services must accept integer parameters,
with my mediator a service can work with integers, another with floats and
so on...
Do you mean that you want to transform the failed message and then send to the failover/retry endpoint? If so, you could use an error handler sequence from the sequence that attempts the first send. If an error occurs, your error handler will be called, and within that sequence you can do almost anything else again..

asankha

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to