+

Search Tips | Advanced Search

Install the IBM MQ resource adapter

The IBM MQ resource adapter is supplied as a resource archive (RAR) file. Install the RAR file in our application server. You might need to add directories to the system path.


About this task

The IBM MQ resource adapter is supplied as a resource archive (RAR) file called wmq.jmsra.rar. The RAR file contains IBM MQ classes for JMS and the IBM MQ implementation of the Java EE Connector Architecture (JCA) interfaces.

When you install the resource adapter as part of the IBM MQ product installation, wmq.jmsra.rar is installed with IBM MQ classes for JMS in the directory shown in Table 1.
Table 1. The directory containing wmq.jmsra.rar for each platform
Platform Directory
UNIX and Linux MQ_INSTALLATION_PATH/java/lib/jca
IBM i /QIBM/ProdData/mqm/java/lib/jca
Windows MQ_INSTALLATION_PATH\java\lib\jca
z/OSĀ® MQ_INSTALLATION_PATH/java/lib/jca
MQ_INSTALLATION_PATH represents the high-level directory in which IBM MQ is installed. You must use the IBM MQ resource adapter to connect to IBM MQ from an application server. Depending on which application server you are using, the resource adapter might be pre-installed, or you might need to install it yourself.
Table 2. Installation of the resource adapter in an application server
Application server Pre-installed or need to install?
WebSphere Application Server traditional Version 9.0 The IBM MQ Version 9.0 resource adapter is pre-installed within WebSphere Application Server traditional Version 9.0. Therefore, we do not need to install a new resource adapter in WebSphere Application Server traditional Version 9.0.
WebSphere Application Server Liberty WebSphere Application Server Liberty does not contain the IBM MQ resource adapter, so you must obtain it separately from Fix Central.
Other Java EE application server Obtain the resource adapter separately from Fix Central, as for WebSphere Application Server Liberty.


Procedure