Installing API exits on Linux™ (64-bit)
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.
About this task
To install the API exit on a Linux™ 64-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
andintercept_linux_x86_r
fromIBMWebSphereMQdist.zip
package to theexits
directory.The sample scripts containing the distributed WebSphere® MQ API agent
.zip
file, can be downloaded from Rational® Test 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
andintercept_linux_x86_64_r
fromIBMWebSphereMQdist.zip
package to theexits64
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_*