3.2.6 Creating the WebSphere MQ to Oracle Tuxedo Server Configuration File
The TM_MQI.CFG file controls the operation of the WebSphere MQ to Oracle Tuxedo server (TM_MQI). Following are the sections of the TM_MQI configuration file and the parameters you can define for each section. A sample configuration file follows the descriptions.
Note:
TM_MQI.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 to Oracle Tuxedo Server (TM_MQI) for instructions on configuring the TM_MQI server in the UBBCONFIG file.)
The TM_MQI 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. - QUEUE
Defines various parameters for the incoming message queue.
- SERVICE
Defines various parameters for the Oracle Tuxedo service.
The TM_MQI configuration file has one optional section:
- SERVER
Defines the minimum and maximum settings for services and messages.
Note:
The configuration file can only have one SERVER section.
Parent topic: Creating the Server Configuration Files