Previous Topic: Create the ITKO_PATHFINDER QueueNext Topic: Configure the Native MQ CAI API Exit


Install the Native MQ CAI API Exit

The LISA_HOME\agent\native_mq directory contains the API exit files for various operating systems.

Follow these steps:

  1. Shut down WebSphere MQ.
  2. Navigate to the LISA_HOME\agent\native_mq directory.
  3. Copy the exit to the appropriate location, depending on operating system.
    Windows

    Copy the iTKO_MQ_Pathfinder.dll file to the MQ_HOME\exits directory.

    Linux

    Copy the iTKO_MQ_Pathfinder_linux and iTKO_MQ_Pathfinder_linux_r files to the /var/mqm/exits directory. The mqm user must own the files. The files must have the read and execute bits set (chmod a+rx).

    Linux 64 bit

    Copy the iTKO_MQ_Pathfinder_linux_x64 and iTKO_MQ_Pathfinder_linux_x64_r files to the /var/mqm/exits64 directory. The mqm user must own the files. The files must have the read and execute bits set (chmod a+rx).

    SUSE Linux 64 bit

    Copy the iTKO_MQ_Pathfinder_sles10.3_x64 and iTKO_MQ_Pathfinder_sles10.3_x64_r files to the /var/mqm/exits64 directory. The mqm user must own the files. The files must have the read and execute bits set (chmod a+rx).

    Solaris

    Copy the iTKO_MQ_Pathfinder_sol_sparc file to the /var/mqm/exits directory. The mqm user must own the file. The file must have the read and execute bits set (chmod a+rx).

    Solaris 64 bit

    Copy the iTKO_MQ_Pathfinder_sol_sparc.64 file to the /var/mqm/exits64 directory and remove the .64 extension. The mqm user must own the file. The file must have the read and execute bits set (chmod a+rx).

    AIX

    Copy the iTKO_MQ_Pathfinder_aix and iTKO_MQ_Pathfinder_aix_r files to the /var/mqm/exits directory. The mqm user must own the files. The files must have the read and execute bits set (chmod a+rx).

    AIX 64 bit

    Copy the iTKO_MQ_Pathfinder_aix.64 and iTKO_MQ_Pathfinder_aix_r.64 files to the /var/mqm/exits64 directory and remove the .64 extension. The mqm user must own the files. The files must have the read and execute bits set (chmod a+rx).

  4. Restart WebSphere MQ.