cancel
Showing results for 
Search instead for 
Did you mean: 

JMS adapter

former_member91687
Active Contributor
0 Kudos

Hi,

I am working on a scenario involving JMS adapter, the service provider for the same being JBOSS AS. What are the java libraries which are to be deployed for this purpose?

Any pointers and ideas on this would be very helpful.

Regards,

Chandra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

In order to connect SAP XI to JBoss 4.0.x, you need to add the following jars to aii_af_jmsproviderlib.sda:

concurrent.jar, jbossmq-client.jar, jboss-common-client.jar, jboss-system-client.jar, jnp-client.jar and log4j.jar

(have a look at http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch6.chapt.html for further examples)

Rename the sda to zip, unzip it and add these 6 files (which you can obtain from JBoss's client directory) to the root of the unzipped structure. Then modify server/provider.xml, adding each jar to <jar-file>filename</jar-file>. zip it again (taking care not to mess up the directory structure), rename it to aii_af_jmsproviderlib.sda and the preparations are done.

Stop the SDM, restart it in standalone mode, deploy, stop the SDM again, restart it in integrated mode, restart the XI Server.

Everything but the list of jars is covered in a howto from SAP named

"How To Install and Configure External Drivers for JDBC & JMS Adapters"

with a step-by-step assistance.

And please take care to use the exact name of the queue you are binding to XI as this one is case sensitive!

Hope that helped

Stefan

Message was edited by: Stefan Denk

Former Member
0 Kudos

Hi chandra,

This thread has answer to your query:

Regards

Vijaya