Air Cleaner User Manual
cluster queue. This allows the queue manager to select a specific
queue instance when the message is put using MQPUT, and to
change that selection subsequently should the need arise.
The MQPUT1 call always behaves as if NOTFIXED had been specified.
This parameter is valid only on AIX, HP-UX, OS/2 Warp, OS/390, OS/400,
Sun Solaris, and Windows NT.
DEFPRTY(integer)
The default priority of messages put on the queue. The value must be
greater than or equal to zero, (the lowest priority) and less than or equal to
the MAXPRTY queue manager parameter. (MAXPRTY is 9.)
DEFPSIST
Specifies the message persistence to be used when applications specify the
MQPER_PERSISTENCE_AS_Q_DEF option.
NO Messages on this queue are lost across a restart of the queue
manager. This is the default supplied with MQSeries, but your
installation might have changed it.
YES Messages on this queue survive a restart of the queue manager.
DEFSOPT
The default share option for applications opening this queue for input:
EXCL The open request is for exclusive input from the queue
SHARED
The open request is for shared input from the queue
DEFTYPE
Queue definition type:
This parameter is supported only on model queues.
PERMDYN
A permanent dynamic queue is created when an application issues
an MQOPEN MQI call with the name of this model queue
specified in the object descriptor (MQOD).
On OS/390, the dynamic queue has a disposition of QMGR.
SHAREDYN
This option is available on OS/390 only.
A permanent dynamic queue is created when an application issues
an MQOPEN API call with the name of this model queue specified
in the object descriptor (MQOD).
The dynamic queue has a disposition of SHARED.
TEMPDYN
A temporary dynamic queue is created when an application issues
an MQOPEN API call with the name of this model queue specified
in the object descriptor (MQOD).
On OS/390, the dynamic queue has a disposition of QMGR.
Do not specify this value for a model queue definition with a
DEFPSIST parameter of YES.
If you specify this option, do not specify INDXTYPE(MSGTOKEN).
Define queues
Chapter 2. The MQSeries commands 117