TMF and TmfGateway stanzas

Use the TMF and TMF/Gateway stanzas to specify the required configuration parameters for the IBM MQ client for HP Integrity NonStop Server to communicate with the TMF/Gateway.

To use TMF, then we must define a TMF stanza and one TmfGateway stanza for each queue manager with which we are communicating. All values are derived from your configuration.

The IBM MQ provided TMF/Gateway runs in a Pathway environment.


TMF stanza

    PathMon = name
    The name of our defined Pathmon process that defines the server classes for the TMF/Gateway.


TmfGateway stanza

The following attributes can be included in this stanza:

    QManager = name
    The name of the queue manager.

    Server = name
    The server class name for the TMF/Gateway configured for that queue manager.


Example

Here is an example of a TMF stanza that is defined with two TmfGateway stanzas for two different queue managers on different servers:
TMF:
PathMon=$PSD1P

TmfGateway:
QManager=MQ5B
Server=MQ-MQ5B

TmfGateway:
QManager=MQ5C
Server=MQ-MQ5C
Parent topic: Configure a client using a configuration file


Related concepts