cancel
Showing results for 
Search instead for 
Did you mean: 

MQ6.0 and PI 7.0 Integration

Former Member
0 Kudos

Hi Folks,

I'm trying to integrate MQ6.0 ( AIX 32 bit) with PI 7.0 ( win 64 bit) systems.I got all lib files from IBM site for (64 bit)jmsproviderlib.sda file and deployed successfully on J2ee engine.

But my jms adapter is not detecting MQ in communication channel monitoring( runtime work bench)

I used websphere MQ( non jms protocol) to connect MQ in which i provided all MQ queue details like server,queue name,channel.

i saw PDF document which says we have to use JMS with JANDI protocol....

Can any one tell what could be the wrong and which protocol i have to use???and are 64 bit libfile are compatible with 32 bit MQ client to integrate????

Praveen

please let me know

Edited by: Praveen Sunkari on Apr 16, 2008 7:52 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check all the jar file below are included in your sda package:

<jar-name>CL3Export.jar</jar-name>

<jar-name>CL3Nonexport.jar</jar-name>

<jar-name>com.ibm.mq.jar</jar-name>

<jar-name>com.ibm.mqjms.jar</jar-name>

<jar-name>connector.jar</jar-name>

<jar-name>dhbcore.jar</jar-name>

<jar-name>rmm.jar</jar-name>

Liang