Hi, Thanks for your reply. let me specify our requirements:
We have a clone mediator which clones the same message to a number of sequence mediators where each sequence mediator contains a set of mediators. Each sequence has a send mediator at the end in the sequence to send the message to a service. At the end of clone we want to determine that to which services the message was sent and we have to capture the list of services to whom the message was sent before logging it. We will use our custom log mediator to log it. Now if any sequence in the clone fails, the message is not sent to any service. How do i capture this at the end of clone? I hope i could explain what i want. Is the usage of transport helpful here? can you just explain a bit about it? Thank you. Riyadh On Mon, Mar 17, 2008 at 3:31 PM, Ruwan Linton <[EMAIL PROTECTED]> wrote: > 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 >
_______________________________________________ Esb-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
