3.3 Creating the enqueue/dequeue Server Configuration File
The
TMQUEUE_MQM.CFG
file controls the operation of the server that handles tpenqueue
and tpdequeue
requests (TMQUEUE_MQM
). Following are the sections of the TMQUEUE_MQM
configuration file and the parameters you can define for each section. A sample configuration file follows the descriptions.
Note:
TMQUEUE_MQM.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 TMQUEUE_MQM Server for instructions on configuring the TMQUEUE_MQM server in the UBBCONFIG file.)
The
TMQUEUE_MQM
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 message queue.
- SERVER
Defines the minimum and maximum debug level and the default maximum message length.
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 sections and parameters are defined.
Parent topic: Configuring the Oracle Tuxedo MQ Adapter