cancel
Showing results for 
Search instead for 
Did you mean: 

First time with jms

deviprasad_pothireddy
Active Participant
0 Kudos

Hi all,

I am working with file-xi-jms scenario. I am using websphereMQ(mqseries) and I have seen the fallowing parameters.(default)

QueueConnectionFactory Java Class com.ibm.mq.jms.MQQueueConnectionFactory

QueueJavaClass com.ibm.mq.jms.MQQueue

My first question is , what is the purpose of these parameters. May I install any files in xi machine? After giving appropriate parameters in the remaining fields and Activated the scenario. Then I have seen no error message in sxmb_moni(back flag). But it is giving error in (jms) adaptor monitor that is Receiver channel. Details: (No detail information set.) please guide how to solve this problem. Your help is rewardable.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

<i>>> May I install any files in xi machine?</i>

Yes you do. It's like for JDBC adapter, you need to install the JMS driver of MQ, probably found on Websphere website. This jar class contain all Java classes (like com.ibm.mq.jms.MQQueue) that XI need to use.

you can read this HELP sap on JMS adapter:

http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm

Plus this doc for the "How to install JMS driver"

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bf4b1055-0d01-0010-32a3-b38...

Mickael

Answers (1)

Answers (1)

Former Member
0 Kudos