Hi,

imagine the scenario, described in the reliable messaging specification. Now lets assume the webservices are all oneway and the second message goes to a third endpoint. I know the specification supports only two endpoints, but is there a possibility to do the following:

1.) call webservice A (at http:/abc.org)
2.) call webservice B (at http:/cde.org)
3.) call webservice C (at http:/abc.org)

I could do this with 3 separate sequences. At every end of one sequence endSequence() is called in Sandesha. Can I make the conclusion that after calling endSequence() the message to all webservices in the sequence are already successfully delivered?

For example:
   new SandeshaContext()
       call webservice A (at http:/abc.org)
   endSequence()
  // /message to A has been delivered already at this point of code?/
   new SandeshaContext()
       call webservice B (at http:/cde.org)
   ....
   ...
   ..

Thanks,

Benjamin




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

Reply via email to