3.5.1 Required Parameters
The following parameters must be included in the QUEUE section of the TMQUEUE_MQM configuration file.
-
MQNAME = string
- Specifies the name of a WebSphere MQ queue to be processed by the server. Can contain up to 48 characters, all uppercase. Refer to WebSphere MQ documentation for specific format of queue names.
-
TUXNAME = string
- Specifies the name of the queue used for ATMI enqueue/dequeue calls. The maximum length of this parameter is the same as the maximum length of an Oracle Tuxedo queue name, which is currently 127 characters of mixed case. Note that the TUXNAME string should be unique among all of the *QUEUE sections in a particular TMQUEUE_MQM configuration file.
-
MAXMSGLEN = integer
- Specifies the maximum message length expected for buffers received from this queue. This parameter overrides the SERVER DEFMAXMSGLEN parameter. If DEFMAXMSGLEN is not specified, then MAXMSGLEN is required.
Parent topic: Defining the TMQUEUE_MQM QUEUE Section (Required)