You can install the API exit on Linux (32-bit) by
copying the intercept_linux_x86 and intercept_linux_x86_r files
into the exits directory.
About this task
To install the API exit on a Linux 32-bit
system, do the following steps:
Procedure
- Locate the exits directory
of your IBM® WebSphere® MQ installation
(for example, /var/mq/exits).
- Copy intercept_linux_x86 and intercept_linux_x86_r from IBMWebSphereMQdist.zip package
to the exits directory.
The distributed WebSphere MQ API
Exit .zip file that contains the sample scripts can
also be downloaded from Rational® Test Control Panel itself.
For more information, see Rational Integration Tester tool packages.
Note: - For IBM WebSphere MQ 7.1, 7.5,
8.0 and 9.0, use the API exit modules located in the 7.1-9.0 folder.
- Create symbolic links to these modules:
ln –s intercept_linux_x86 intercept
ln –s intercept_linux_x86_r intercept_r
Note: The file names typically have
_7.1 at the end. Before running the command, rename the file by removing
the version number or replace the filename in the command with the
actual one.
- Make the exit files globally executable:
chown mqm intercept_linux_*
chgrp mqm intercept_linux_*
chmod a+x intercept_linux_*