3.2.1 Creating the Oracle Tuxedo to WebSphere MQ Server Configuration File
The TM_MQO.CFG file controls the operation of the Oracle Tuxedo to WebSphere MQ server (TM_MQO). Following are the sections of the TM_MQO configuration file and the parameters you can define for each section. A sample configuration file follows the descriptions.
Note:
TM_MQO.CFG is a generic filename. You can name this file anything you choose, but the filename must match the -C configuration_file_name parameter you specify in the Oracle Tuxedo UBBCONFIG file. (See Configuring the WebSphere MQ Queue Manager (TM_MQO) for instructions on configuring the TM_MQO server in the UBBCONFIG file.)The TM_MQO configuration file is divided into the following required sections:
- Queue_Manager
Defines the queue manager name and logical ID.
Note:
The configuration file can only have one QUEUE_MANAGER section. - SERVICES
Defines various parameters for services and messages.
The TM_MQO configuration file has one optional section:
- SERVER
Defines minimum and maximum settings for services and messages.
Note:
The configuration file can only have one SERVER section.
These sections and the parameters within each section can be in any order in the configuration file, as long as the required and parameters are defined.
Parent topic: Creating the Server Configuration Files