1 Reply Latest reply on Feb 16, 2006 5:58 AM by hbraun

    Async messaging

    mcacker

      Hi, i am interested in using the JAX-WS async messaging capability. does anyone know whether it is implemented with the current release?

      thanks for any help, Mitchell

        • 1. Re: Async messaging

          I guess you are talking about non-blocking RPC invocation on the client side. The current web service stack supports JAX-RPC 1.0 which states:


          JAX-RPC 1.0, R012

          A JAX-RPC runtime system is not required to support the non-blocking RPC interaction
          mode. This interaction mode will be addressed in the future versions of the JAX-RPC
          specification.


          So, i'd say it's not supported at the moment.

          What you are probably looking for is the Dispatch interface that was introduced in JAX-RPC 2 aka JAX-WS. It can be used to obtain the results of an operation invocation in an asynchronous fashion. Unfortunatly it's not yet implemented.

          You can monitor progress here:
          http://jira.jboss.org/jira/browse/JBWS-644