Network Deployment (Distributed operating systems), v8.0 > End-to-end paths > Web services - Transports


Configure a permanent reply queue for web services using SOAP over JMS

When using two-way web service communications using the industry standard SOAP over JMS protocol, you can benefit from configuring a permanent reply queue on a Java API for XML Web Services (JAX-WS) or Java API for XML-based RPC (JAX-RPC) web services client. The use of a permanent reply queue can improve performance because this reply queue prevents the client from having to create a temporary reply queue each time a web services request is invoked.

A permanent reply queue is configured on the web services client in one of the following ways:

To set the permanent reply queue using any of these options, only client-side configuration is necessary. There is no configuration necessary for the web service provider.

Use the typical administrative functions of the JMS messaging provider to create the permanent reply queue prior to configuring the reply queue with the web services client.


Procedure

Configure the JNDI name of the permanent reply queue using one of the following ways:


Results

Your web services client can now receive SOAP over JMS messages from a permanent reply queue.
Use SOAP over JMS to transport web services
Task overview: Implementing web services applications
Java virtual machine custom properties


Related


SOAP over JMS protocol
JMS endpoint URL syntax

+

Search Tips   |   Advanced Search