3.1.4 Configuring the TMQUEUE_MQM Server
TMQUEUE_MQM processes the
tpenqueue()
and tpdequeue()
requests from Oracle Tuxedo applications that need to send or retrieve data to or from an WebSphere MQ queue. You define the TMQUEUE_MQM server in the SERVERS section of the Oracle Tuxedo UBBCONFIG file as follows in the code snippet: *SERVERS
TMQUEUE_MQM 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 enqueue/dequeue configfile"
specifies the server's configuration file.
A configuration file provides a list of queues 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.
Parent topic: Configuring the Oracle Tuxedo Servers