+

Search Tips | Advanced Search

IBM MQ for HP-UX invokable TP setup

Ensuring that SNA receiver channels activate correctly when a sender channel initiates a conversation.

This is not required for HP SNAplus2 Release 6.

During the HP SNAplus2 configuration process, you created an invokable TP definition, which points to an executable file. In the example, the file was called /users/interops/HPUX.crs6a. You can choose what you call this file, but consider including the name of your queue manager in the name. The contents of the executable file must be:
#!/bin/sh
MQ_INSTALLATION_PATH/bin/amqcrs6a -m hpux
where hpux is the name of your queue manager A and MQ_INSTALLATION_PATH is the high-level directory in which IBM MQ is installed.

This ensures that SNA receiver channels activate correctly when a sender channel initiates a conversation.