Show TOC Start of Content Area

Component documentation JMS Adapter  Locate the document in its SAP Library structure

Purpose

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

The adapter supports the JMS specification 1.02b and 1.1.

Note

For an FAQ on the JMS adapter, see SAP Note 856346.

 

Implementation Considerations

Before you can use the JMS adapter you must first install the relevant JMS driver. The required Java libraries are product-specific and must be obtained from either the product vendor or other providers. Following installation, you must deploy the Java libraries on the J2EE server so that the JMS adapter can access the required Java classes at runtime.

If you use MQSeries 53x.xxx, you must enter the following JAR files in aii_af_jmsproviderlib.sda.

      com.ibm.mq.jar

      com.ibm.mqbind.jar

      com.ibm.mqjms.jar

      connector.jar (use the Jar file from the J2EE client directory)

Integration

You configure the adapter in the configuration part of the Integration Builder/PCK.

Features

      To be able to send content from a messaging system to the Integration Engine/PCK you must configure the sender JMS adapter.

      To be able to forward XML messages from the Integration Engine/PCK to a messaging system, you must configure a receiver JMS adapter. The receiver adapter supports system acknowledgments but not application acknowledgments.

      For more information about JMS-provider-specific specifications, see JMS-Provider-Specific Settings.

For more information about the SAP JMS Provider, see:

JMS Administration

JMS Provider Service

      To configure modules for the JMS adapter, choose the JMS adapter modules.

See Also

For more information about connecting asynchronous and synchronous systems, see

Async/Sync and Sync/Async Bridges in the JMS Adapter.

 

 

End of Content Area