cancel
Showing results for 
Search instead for 
Did you mean: 

Connection Parameter for JMS Sender Adapter

former_member183898
Participant
0 Kudos

Hello Experts,

I am desiging JMS to Proxy scenario, and I have never worked on JMS adpater.I have two questions related to that.

Question 1 :

AS I am using JMS adapter to connect to Websphere MQ , it is asking for below connection parameter.

1) IP Address or Server Name -

2) Server Port-

3) Queue Manager Name-

4) Channel Name-

5) JMS Queue-

6) CCSID (Character SID for non-ASCII names)-

7) QueueConnectionFactory Java Class -?

😎 Queue Java Class-?

9) JMS Queue User and JMS Queue Password-?

10) JMS Message Selector-?

I want to know Which of these parametere will be provided by client and which of these should be standard PI? Do I need to install JAVA classes for MQ on PI server?

Question 2 : In case I have 1 more interface of same type , which of the connection parameter will differ in that case? What I understand as the client is same only the JMS queue will be different , please correct in case I got this wrong?

Thanks ,

Pushkar

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

> Question 1 :

> AS I am using JMS adapter to connect to Websphere MQ , it is asking for below connection parameter.

>

> 1) IP Address or Server Name -

> 2) Server Port-

> 3) Queue Manager Name-

> 4) Channel Name-

> 5) JMS Queue-

> 6) CCSID (Character SID for non-ASCII names)-

> 7) QueueConnectionFactory Java Class -?

> 😎 Queue Java Class-?

> 9) JMS Queue User and JMS Queue Password-?

> 10) JMS Message Selector-?

Your MQ team has to provide above all details.

>

> Question 2 : In case I have 1 more interface of same type , which of the connection parameter will differ in that case? What I understand as the client is same only the JMS queue will be different , please correct in case I got this wrong?

>

Only JMS queue name and queue menager differs

Regards,

Raj

Answers (3)

Answers (3)

former_member183898
Participant
0 Kudos

Thanks!!

former_member200962
Active Contributor
0 Kudos
Do I need to install JAVA classes for MQ on PI server?

there will be websphere MQ drivers (client to provide)....ask the basis team to install the same into you PI server.

You can refer the SAP Note on JMS FAQ for more details.

Former Member
0 Kudos

Hi,

We did something similar long time back for MQ connection to PI

Here's what is requred. You will need MQ jar files from MQ Server Admin team (note: jar files differ with MQ Release)

Basis will need to convert this into SDA format, which they can using SAP tools like drivertool or manually edit in XML converter and zip it all together and rename to .sda extension.

SDA file then can be deployed usng JSPM (requires j2ee restart)

Mostlly files required would be something like

mfcontext.jar

sonic_XA.jar

sonic_Client.jar

sonic_XMessage.jar

sonic_Crypto.jar

You may also want to include ojdbc driver too.

Regards Sahil

former_member192238
Participant
0 Kudos