+

Search Tips | Advanced Search

Receiving on LU 6.2 on UNIX and Linux

On UNIX and Linux systems, create a listening attachment at the receiving end, an LU 6.2 logical connection profile, and a TPN profile.

In the TPN profile, enter the full path to the executable file and the Transaction Program name:
Full path to TPN executable    MQ_INSTALLATION_PATH/bin/amqcrs6a
Transaction Program name      recv
User ID                       0

MQ_INSTALLATION_PATH represents the high-level directory in which IBM MQ is installed.

On systems where we can set the user ID, specify a user who is a member of the mqm group. On AIX , Solaris, and HP-UX, set the APPCTPN (transaction name) and APPCLLU (local LU name) environment variables (we can use the configuration panels for the invoked transaction program).

You might need to use a queue manager other than the default queue manager. If so, define a command file that calls:
amqcrs6a -m Queue_Man_Name
then call the command file.