Installing API exits on Linux (32-bit)

How to install the API exit on Linux (32-bit).

About this task

To install the API exit on a Linux 32-bit system:

Procedure

  1. Locate the exits directory of your IBM® WebSphere® MQ installation (for example, /var/mq/exits).
  2. Copy intercept_linux_x86 and intercept_linux_x86_r from IBMWebSphereMQdist.zip package to the exits directory.

    Rational® Integration Tester API Exits are provided with Rational Test Control Panel. For information, see Rational Integration Tester tool packages

    Note:
    • For IBM WebSphere MQ 7.0, use the API exit modules located in the 7.0 folder. The exit files in this folder has 7.0 appended to their file names.
    • For IBM WebSphere MQ 7.1 and later versions, use the API exit modules located in the 7.1-8.0 folder.
  3. Create symbolic links to these modules:
    ln –s intercept_linux_x86 intercept
    ln –s intercept_linux_x86_r intercept_r
  4. Make the exit files globally executable:
    chown mqm intercept_linux_*
    chgrp mqm intercept_linux_*
    chmod a+x intercept_linux_*

Feedback