cancel
Showing results for 
Search instead for 
Did you mean: 

Using JBOSS JMS provider with XI

Former Member
0 Kudos

Hi,

I am connecting XI to a custom Java application developed on JBOSS app server. The custom application is developed with connectivity using JMS. I was told that JBOSS has a JMS provider used by the custom app. Has anyone done this before? Is it possible for XI to use JBOSS JMS provider? How difficult is this going to be for synchronous interface? Any information is greatly appreciated.

thanks.

James Chang

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

first deploy jboss-j2ee.jar,jms.jar,dom4j-full.jar..for deploying these jars into the xi follow this link

http://help.sap.com/saphelp_nw04s/helpdata/en/33/e6fb40f17af66fe10000000a1550b0/frameset.htm

then to make use of the JMS adapter follow this link,

http://help.sap.com/saphelp_nw04s/helpdata/en/4d/a3bc97ff55c742af7faed661635baf/frameset.htm

hope this will be useful.....

regards,

Sundararamaprasad

Former Member
0 Kudos

Thanks Sundararamaprasad.

Are these the only jar files that need to be deployed? Could you also share how we can configure the JMS-provider specific settings to utilize these jar files?

James

Former Member
0 Kudos

hi James,

i used swiftmq in a project.....I have given the link below for the configuration part of it....

http://www.swiftmq.com/developers/howto_jmsintravm_jboss/

The configuration is similar for almost all service providers.........

Hope this will be helpful....

regards,

Sundararamaprasad

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi James,

You can use XI for taking with any JMS provider. You can use Sender JMS adapter for sending messages from XI to the JMS provider, and you can use reciever JMS adatper for getting messages from external JMS queue.

>>How difficult is this going to be for synchronous >>interface

when ever JMS is involved it is always asynchronous.

take a look this link

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

cheers,

Naveen

Former Member
0 Kudos

Hi Naveen,

Thanks for your response. I was actually wondering whether there are specific JBOSS jar files that the JMS adaper queueConnectionFactory and queue java can use. I believe XI JMS adapter has to be configured to utilize java classes of the underlying JMS provider. Are there JBOSS specific jar files that XI can use? Do we have to custom develop the integration to JBOSS JMS?

thanks.

James

Former Member
0 Kudos

Hi,

>>Before you can use the JMS adapter you must first >>install the relevant JMS driver. <u>The required Java >>libraries are product-specific and can be obtained from >>either the product vendor or other providers</u>. >>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.

i guess JBOSS has to provide some jar files !!!!

cheers,

Naveen

Message was edited by: Naveen Pandrangi

Former Member
0 Kudos

Hello,

Has anyone one specifically use XI with JBOSS JMS provider? I great appreciate if you can share your experience in using JBOSS jar files with XI.

thanks.

James