Show TOC

Configuring the JMS AdapterLocate this document in the navigation structure

Use

The JMS adapter (Java Message Service) enables you to connect messaging systems to the Integration Engine or the PCK.

The adapter supports the JMS specifications 1.02b and 1.1.

For more information about the SAP JMS provider, see:

JMS Administration

Note

For FAQs about the JMS adapter, see SAP Note 856346.

Prerequisites
  • You must install the corresponding JMS driver to use the JMS adapter.

    The required Java libraries are product-specific and can be obtained from either the product vendor or other providers.

  • Following installation, you must deploy the libraries on the AS Java so that the JMS adapter can access the required Java classes at runtime.
  • If you are using MQSeries 53x.xxx, you must enter the following JAR files in com.sap.aii.adapter.lib.sda:
    • com.ibm.mq.jar
    • com.ibm.mqbind.jar
    • com.ibm.mqjms.jar
    • connector.jar (use the JAR file from the AS Java client directory)
Procedure
  1. Create a communication channel in the Integration Directory.
  2. To configure the adapter, select the Parameters tab page.
  3. Select JMS as the Adapter Type.

Defining the Direction of the Adapter

  1. Define the adapter.

    The parameters that you have to enter for the adapter depend on the Direction you want the adapter to have (sender/receiver).

    Configuring the Sender JMS Adapter

    Configuring the Receiver JMS Adapter

  2. You can add your own modules to the adapter.

    See: Adding Modules in the JMS Adapter

More Information

For information about connecting asynchronous and synchronous systems, see Async/Sync and Sync/Async Bridges in the JMS Adapter .