Hi Riyadh,

Riyadh wrote:
Hi Paul,

Thanks for your reply.
i can see that using the fault sequence i can capture the failure of a message continuation but i rather need to capture the successful mediation. is there any variable or property which is set for continuation of the mediator and i can read the value of the variable in a subsequent mediator.
Well, for the moment there is no such property, but even if we put a property to check the successful continuation, when it comes to mediators like send, this value does not have much value, because send is asynchronous inside the ESB, so that you want be able to detect the successful delivery of a message. What you can check is whether the message has been submitted to the transport for sending successfully...???

If this is the case, even then you don't need this property because you get to the point where you are now in mediation because all the already executed mediators are successful in there mediation....

Can you please elaborate on your exact requirements so that we will be able to help you..

Thanks,
Ruwan

_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to