+

Search Tips   |   Advanced Search

 

Configure a permanent replyTo queue for JAX-RPC Web services using SOAP over JMS

 

When using two-way Web service communications using SOAP over JMS, it can be beneficial to configure a permanent replyTo queue on a JAX-RPC Web services client to prevent the client from having to create a temporary reply queue each time a Web service request is made.

 

Overview

A permanent replyTo queue is configured on the Web service client in one of the following ways:

To set the permanent replyTo queue using any of these options, only client-side configuration is necessary. There is no configuration necessary on the Web service provider side.

 

Procedure

 

Results

Your Web services client can now receive SOAP/JMS messages to a permanent replyTo queue.



Use the JMS API to transport JAX-RPC Web services requests
Task overview: Implementing Web services applications
Java Virtual machine custom properties

 

Related information


Web services SOAP/JMS protocol