Configuring a permanent replyTo queue for JAX-RPC Web services using SOAP over JMS (deprecated)

When using two-way Web service communications using the IBM® proprietary SOAP over JMS transport, you can benefit from configuring a permanent replyTo queue on Java™ API for XML-based RPC (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.

About this task

Deprecated feature: In WebSphere® Application Server 7.0, the IBM proprietary SOAP over JMS protocol is now deprecated in favor of the emerging industry standard protocol. You can use the IBM proprietary SOAP over JMS protocol with your Java API for XML Web Services (JAX-WS) or JAX-RPC Web services, however, you are encouraged to take advantage of the SOAP over JMS protocol standard. This task describes configuring a permanent replyTo queue when using the IBM proprietary SOAP over JMS transport. To learn more about the SOAP over JMS standard, see the using SOAP over JMS to transport Web services documentation.depfeat
A permanent replyTo queue is configured on the Web services client in one of the following ways:
  • Specify the optional replyToDestination property in the JMS endpoint URL.
  • Set the replyTo queue programmatically on the client JAX-RPC Stub or Call object. Setting the replyTo queue as a Stub or a Call property affects all requests that are invoked using that Stub or Call object.
  • Set the replyTo queue as a Java virtual machine (JVM) system property. Setting the replyTo queue as a JVM system property affects all of your SOAP over JMS clients running in the particular JVM. If there are multiple clients in the same application that need to use a different replyTO queue, then the best option is to set the property programmatically.
Note: 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 IBM proprietary SOAP over JMS messages from a permanent replyTo queue.




In this information ...


IBM Redbooks, demos, education, and more

(Index)

Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.

This feature requires Internet access.

Task topic    

Terms of Use | Feedback

Last updated: Oct 22, 2010 12:21:29 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=compass&product=was-nd-zos&topic=twbs_jmspermreplyto
File name: twbs_jmspermreplyto.html