You can install the API exit on Linux™ (64-bit) by
copying the intercept_linux_x86 and intercept_linux_x86_r files
into the exits directory.
To install the API exit on a Linux 64-bit
system, do the following steps:
-
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 sample scripts containing the distributed WebSphere MQ API agent .zip
file, can be downloaded from Test Virtualization Control Panel.
-
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_*
-
Locate the
exits64 directory
of your WebSphere MQ installation
(for example, /var/mq/exits64). -
Copy
intercept_linux_x86_64 and intercept_linux_x86_64_r from IBMWebSphereMQdist.zip package
to the exits64 directory. -
Create symbolic links to these modules:
ln -s intercept_linux_x86_64 intercept
ln -s intercept_linux_x86_64_r intercept_r
-
Make the exit files globally executable:
chown mqm intercept_linux_*
chgrp mqm intercept_linux_*
chmod a+x intercept_linux_*