1 Reply Latest reply on May 8, 2009 9:34 AM by kconner

    Synchronous calls inside the ESB

    burrsutter

      An out-of-the-box action that allows ServiceA to invoke ServiceB but wait for ServiceB to complete before executing the rest of ServiceA's action chain/pipeline.

        • 1. Re: Synchronous calls inside the ESB
          kconner

          The danger of this is the usual issue of transactions though, especially with transports such as JMS.

          Perhaps a better solution would be to try and formalise the idea of continuations, making this easier for developers to use.