cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting SAP PI with IBM WMB

Former Member
0 Kudos

Hi Gurus,

We are using SAP PI 7.3 in our project. As a part of requirement for few interfaces, we need to connect with Websphere Message Broker.

We are trying to connect WMB using JMS adapter and below is the configuration I am trying.

Transport Protocol: WebSphereMQ(Series) JMS Provider

Message Protocol: JMS 1.x

Under Source tab of JMS channel Configuration

Transport/Network Protocol: WebSphereMQ

Target Client: WebSphereMQ (non-JMS)

Since the details of the WMB are yet available, I have not tried connecting to it.

Please post if this is sufficient for successful connection. Also provide in case of any other alternatives.

Thanks.

Accepted Solutions (0)

Answers (5)

Answers (5)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>We are using SAP PI 7.3 in our project. As a part of requirement for few interfaces, we need to connect with Websphere Message Broker.

You are in the right path. You can check with the jms team about details like connection factory class name , jndi lookup name etc.  Configure accordingly in the communication channel. That is very important.

> Also provide in case of any other alternatives.

In addition just want you to know pi 7.3 also supports Topic inaddition to Queue.  The below link provides details about this .

http://scn.sap.com/people/william.li/blog/2012/01/03/jms-topics-adapter-configuration-for-publishsub...

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Uma,

you are not connecting to Message broker indeed you are connecting to MQ.

Step1:

Download Jar files from IBM web sites and the jar files deopendet on MQ version hence you have to download correct jar file and deploy it on PI server.

Step2:

Search in SCN "JMS scenarios", you will find many blogs to know how to configure JMS adapter.

Step3:

Your MQ team has to provide all the details to complete our JMS channel configurations.

Best Regards,

Raj

iaki_vila
Active Contributor
0 Kudos

Hi Uma,

Check the Note 1086303 - XI JMS Adapter and IBM Websphere MQ: FAQ, may be helps you.

Regards.

Former Member
0 Kudos

Dear Uma

For successful connection, you would need all the details:

Regards

Monika

Former Member
0 Kudos

hi uma ,

have to provide below parameters with whatever you provided:

Queue java classa and Queue  connection java class factory, ip address, server port....

and also check whether the Queues are created and activated if it done. then check whether you have authorization for those queues.