...
This topic refers to testing services over the IBM WebSphere MQ Java API, not the standard JMS API. If you intend to send and receive messages from IBM WebSphere MQ using the JMS API, select the JMS transport option and refer to JMS.
Adding Necessary Jar Files to the Classpath
To use the MQ option, you must add jars from a WebSphere MQ client or server installation. MQ Clients can be downloaded at http://www.ibm.com/software/integration/wmq/clients/.
For
...
You can find these under [WebSphere MQ installation directory]/java/libWebSphere MQ 8, the required jar is:
com.ibm.mq.allclient.jar
.
For
...
You can find these under [WebSphere MQ installation directory]/java/libWebSphere MQ 7, the required jars are:
com.ibm.mq.jar
com.ibm.
mqjmsmq.jmqi.jar
com.ibm.mq.
commonservicesheaders.
jarjar
com.ibm.mq.
headerspcf.jar
com.ibm.mq.
jmqicommonservices.jar
connector.jar
dhbcore.jar
For WebSphere MQ 6 and earlier, the required jars are:
com.ibm.mq.
pcfjar
connector.jar
You also need to download the following jar:
- ME01: WebSphere MQ - Initial Context Factory — mqcontext.jar
For MQ 6.0
You can find these under [WebSphere MQ installation For all versions, these jar files can be found at [WebSphere MQ Installation directory]/java/lib
:
...
.
...
You also need to download the following jars:
- MS0B: WebSphere MQ Java classes for PCF — com.ibm.mq.pcf.jar
- ME01: WebSphere MQ - Initial Context Factory — mqcontext.jar
MQ Client Download
The jars from [WebSphere MQ installation directory]/java/lib are also included in the MQ Client. The MQ 6 Client is no longer available from IBM. The MQ 7 Client is available at http://www-01.ibm.com/support/docview.wss?uid=swg24019253
To add these jar files to SOAtest's or Virtualize's classpath, complete the following:
...