cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Adapter

Former Member
0 Kudos

Hi All,

My scenario is MQSeries5.3->XI->File.

I have configured the MQ sender communication channel

but the adapter monitor shows the communication channel with error status saying 'sender channel details:null'

I cross checked the configuration with the jms tutorial pdf and ols forum replies, everything looks fine.

Next attempt we tried, Mqseries5.3->XI-File.

Now the error message in adapter monitor 'MQJMS2005: Can not create a connection to queue manager'.

I redeployed jms drivers for 5.3

Any help is appreciated.

Regards

Sreekanth

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Can you please mail me the JMS adapter configuration tutorial that you are talking about here, to ezhilraj@gmail.com

Thanks in advance,

Former Member
0 Kudos

Have you checked whether you deployed all required JAR Files for WebSphere MQ. There are 2 different sources that explain the deployment. In the 'How to'-Guide (https://websmp205.sap-ag.de/~sapdownload/011000358700003994312004E/HowTo_ConfigExtAdapters.pdf)the information is incomplete.

Make sure you have all 4 jar files:

com.ibm.mq.jar

com.ibm.mqbind.jar

com.ibm.mqjms.jar

connector.jar

as listed in the SAP Help

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

regards,

Peter

Former Member
0 Kudos

Hi Sreekanth

Assuming you are using WebshereMQ JMS Provider, whenever you try connecting to a remote message broker, there is a variable called MessageBrokerName which takes the following configuration values, such as

Queue Manager Name, Channel Name, Server Name, Port should have the correct values configured. You get MQMJMS2005 only if the the configuration is wrong.

An example configuration would be,

jms.MessageBrokerName = WBIMB.Queue.Manager:CHANNEL1:RemoteMachine:1456

Hope the above helps.

Sameer