cancel
Showing results for 
Search instead for 
Did you mean: 

JMS adapter

Former Member
0 Kudos

Where can u use JMS Adapter?

in what Scenario we can use JMS Adapter?

what is its main work

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

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.

Java Message Service (JMS): Java API for accessing messaging systems; developed by Sun:

„JMS provides a common way for Java programs to create, send, receive and read an enterprise

messaging system‘s messages“

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)

Please go through below links,

JMS Frequently Asked Questions

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/604e2b64-e689-2910-64b3-ffd650f8...

SAP NetWeaver Exchange Infrastructure: Using the JMS Adapter - Webinar Details

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c01ec7d6-a2d9-2910-9884-fba3c9f8...

JMS Adapter

http://help.sap.com/saphelp_nw04s/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/frameset.htm

Async/Sync Communication using JMS adapter without BPM (SP 19)

/people/sudheer.babu2/blog/2007/01/18/asyncsync-communication-using-jms-adapter-without-bpm-sp-19

Exploring JMS and SAP-XI JMS Adaper

/people/kan.th/blog/2007/02/05/exploring-jms-and-sap-xi-jms-adaper

Thanks

Swarup

Edited by: Swarup Sawant on Jan 27, 2008 12:05 PM