3.2.3.1 Required Parameters
The following parameters must be included in the SERVICE section of the TM_MQO configuration file.
-
NAME = string
- Specifies the Oracle Tuxedo Service Name. The maximum length of this parameter is the same as the maximum length of an Oracle Tuxedo service name, which is currently 127 characters of mixed case.
Note:
The NAME string must be unique among all of the *SERVICE sections in a particular TM_MQO configuration file. -
MQNAME = string
- Specifies the name of the WebSphere MQ Queue. Can contain up to a maximum of 48 characters, all uppercase. Refer to WebSphere MQ documentation for the specific format of Queue names.
-
MAXMSGLEN = integer
- Specifies the maximum message length expected for buffers received by this service. This is a required parameter unless DEFMAXMSGLEN is specified in the SERVER section. (See Defining the SERVER Section (Optional) for more information).
-
TIMEOUT = integer
- Specifies the amount of time, in seconds, that is allowed for processing of the indicated MQ service. (This is the maximum amount of time that MQGET will wait for a message on the reply queue after the MQ service is invoked with MQPUT1.) The value must be greater than or equal to 0. A value of 0 indicates that the service will not be timed out. This is a required parameter unless DEFTIMEOUT is specified in the SERVER section. (See Defining the SERVER Section (Optional) for more information).
Parent topic: Defining the TM_MQO SERVICE Section (Required)