1 Reply Latest reply on Nov 14, 2008 8:21 AM by kconner

    Asynchronous messages between server and client

    logoff

      I have deployed a simple service in ESB. It have a client stub and a server stub. Normally the client sends messages synchronously to the server, and then, the server replies. But in some cases, the server needs to send some messages asynchronously. Can I do this? I suppose that I can, but I don't know the issues of doing it. How can I process this messages in the client side?

      Thank you!