The JMS providers - configure the client and server

To enable a service to be invoked through JMS by a WSIF client application, complete these steps:

  1. Create a JMS queue for WSIF to send to the request message to.

    Note: This can be done using MQSeries Explorer or an equivalent tool from your JMS implementation package.

  2. Create a JNDI definition for that JMS queue and a JNDI queue connection factory.

    Note: If you are using WebSphere MQ, you can use the the jmsadmin tool.

  3. Put the JNDI names of the queue and queue connection factory, as well as your JNDI configuration, in the WSDL file.

You should also be aware of these specific ways in which WSIF interacts with JMS: