Air Cleaner User Manual
This parameter can also be changed using the MQSET API call.
TRIGTYPE
Whether and under what conditions a trigger message is written to the
initiation queue (named by the INITQ parameter):
This parameter is supported only on local and model queues.
FIRST Whenever the first message of priority equal to or greater than that
specified by the TRIGMPRI parameter of the queue arrives on the
queue.
EVERY
Every time a message arrives on the queue with priority equal to
or greater than that specified by the TRIGMPRI parameter of the
queue.
DEPTH
When the number of messages with priority equal to or greater
than that specified by TRIGMPRI is equal to the number indicated
by the TRIGDPTH parameter.
NONE
No trigger messages are written.
This parameter can also be changed using the MQSET API call.
USAGE
Queue usage.
This parameter is supported only on local and model queues.
NORMAL
The queue is not a transmission queue.
XMITQ
The queue is a transmission queue, which is used to hold messages
that are destined for a remote queue manager. When an application
puts a message to a remote queue, the message is stored on the
appropriate transmission queue until it has been successfully
transmitted and stored at the remote queue manager.
If you specify this option, do not specify values for CLUSTER and
CLUSNL and do not specify INDXTYPE(MSGTOKEN).
XMITQ(string)
The name of the transmission queue to be used for forwarding messages to
the remote queue, for either a remote queue or for a queue-manager alias
definition.
This parameter is supported only on remote queues.
If XMITQ is blank, a queue with the same name as RQMNAME is used
instead as the transmission queue.
This parameter is ignored if the definition is being used as a
queue-manager alias and RQMNAME is the name of the local queue
manager.
It is also ignored if the definition is used as a reply-to queue alias
definition.
Define queues
130
MQSeries MQSC Command Reference