3.1.1 Configuring the WebSphere MQ Queue Manager (TM_MQO)

TM_MQO routes all requests for WebSphere MQ services from Oracle Tuxedo clients. It interacts with WebSphere MQ via the Message Queue Interface (MQI) by enqueuing and dequeuing service requests and responses. The MQI is a common application programming interface that all WebSphere MQ applications implement. You define the TM_MQO server in the SERVERS section of the Oracle Tuxedo UBBCONFIG file as follows in

The following code snippet illustrates the Syntax for TM_MQO Server Definition in UBBCONFIG

*SERVERS
TM_MQO SRVGRP="identifier" SRVID="number"
CLOPT="-- -C configuration_file_name"

For SRVGRP, SRVID, and CLOPT parameter syntax and definitions information, see File Formats, Data Descriptions, MIBs, and System Processes Reference. CLOPT= "-- -C Tuxedo to WebSphere MQ configfile" specifies the server's configuration file. A configuration file provides a list of services and their associated parameters to the server at startup. See Creating the Server Configuration Files for an explanation of the parameters you need to define.