Air Cleaner User Manual
7 This is the default supplied with MQSeries (except on OS/390, where it is
999 999 999), but your installation might have changed it.
8 This is the default supplied with MQSeries (except on OS/390, where it is
NOSHARE), but your installation might have changed it.
9 Valid only on Compaq (DIGITAL) OpenVMS, OS/2 Warp, UNIX systems,
and Windows NT.
DEFINE QMODEL
Use DEFINE QMODEL to define a new model queue, and set its parameters.
A model queue is not a real queue, but a collection of attributes that you can use
when creating dynamic queues with the MQOPEN API call.
When it has been defined, a model queue (like any other queue) has a complete set
of applicable attributes, even if some of these are defaults.
Synonym: DEF QM
DEFINE QMODEL
DEFINE QMODEL(q-name)
CMDSCOPE(’’) (1)
(2)
CMDSCOPE(qmgr-name)
(2)
CMDSCOPE(*)
QSGDISP(QMGR) (1)
(2)
QSGDISP(COPY)
(2)
QSGDISP(GROUP)
define attrs common q attrs local q attrs model q attr
!
Define attrs:
LIKE(qmodel-name)
NOREPLACE
REPLACE
Common q attrs:
(3)
DEFPRTY(0)
DEFPRTY(integer)
(3)
DEFPSIST(NO)
DEFPSIST(YES)
(3)
DESCR(’’)
DESCR(string)
(3)
PUT(ENABLED)
PUT(DISABLED)
Local q attrs:
(3)
BOQNAME(’’)
BOQNAME(string)
(3)
BOTHRESH(0)
BOTHRESH(integer)
(1)
CFSTRUCT(' ')
(1)
CFSTRUCT(name)
(3)
DEFSOPT(EXCL)
DEFSOPT(SHARED)
DEFINE QLOCAL
110
MQSeries MQSC Command Reference
|
|
|
|