Hi,
I am trying to connect to a server manager running on Windows 2003. On the server I created a TESTM manager, a TESTQ local queue and a server, client channel as:
DEFINE CHANNEL(ALPHA) CHLTYPE(SVRCONN) TRPTYPE(TCP) +
DESCR('Server connection to WebSphere MQ client')
DEFINE CHANNEL(APLHA) CHLTYPE(CLNTCONN) TRPTYPE(TCP) +
CONNAME(172.29.79.80) DESCR('WebSphere MQ client connection to server 1') +
QMNAME(TESTM)
From my Java program running under Windows XP, I am trying to connect using AMQCLCHL.TAB witch I copied from the server. Before running the program I set MQCHLLIB and MQCHLTAB.
The error I am getting is mqjbnd05.dll: Can't find dependent libraries, which is MQM.dll. The mqm.dll is a server dll.
Can anybody help me?
Thanks in advance
MQQueueManager queueManager = new MQQueueManager(“*TESTM”);
I am trying to connect to a server manager running on Windows 2003. On the server I created a TESTM manager, a TESTQ local queue and a server, client channel as:
DEFINE CHANNEL(ALPHA) CHLTYPE(SVRCONN) TRPTYPE(TCP) +
DESCR('Server connection to WebSphere MQ client')
DEFINE CHANNEL(APLHA) CHLTYPE(CLNTCONN) TRPTYPE(TCP) +
CONNAME(172.29.79.80) DESCR('WebSphere MQ client connection to server 1') +
QMNAME(TESTM)
From my Java program running under Windows XP, I am trying to connect using AMQCLCHL.TAB witch I copied from the server. Before running the program I set MQCHLLIB and MQCHLTAB.
The error I am getting is mqjbnd05.dll: Can't find dependent libraries, which is MQM.dll. The mqm.dll is a server dll.
Can anybody help me?
Thanks in advance
MQQueueManager queueManager = new MQQueueManager(“*TESTM”);