3.1.3 Configuring the WebSphere MQ to Oracle Tuxedo Server (TM_MQI)

TM_MQI forwards messages requested from WebSphere MQ applications to Oracle Tuxedo services. The application queues a request to a designated queue that is monitored by TM_MQI. The requested service is specified in the message descriptor. Like TM_MQO, TM_MQI must perform data and semantic transformations on the data stored on a queue before delivering it to a service. It must do the same to replies.

You define the TM_MQI server in the SERVERS section of the Oracle Tuxedo UBBCONFIG file as follows in the code snippet:
*SERVERS
TM_MQI SRVGRP="identifier" SRVID="number" REPLYQ=N
CLOPT="-- -C configuration_file_name"

For information about the SRVGRP, SRVID, REPLYQ, and CLOPT parameter syntax and definitions, refer to the Oracle Tuxedo Reference Manual.

CLOPT= "-- -C WebSphere MQ to Tuxedo configfile" specifies the server's configuration file. A configuration file provides a list of queues and 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.