Air Cleaner User Manual
QSGDISP
Specifies the disposition of the object to which you are applying the
command (that is, where it is defined and how it behaves). If the object
definition is shared, you do not need to delete it on every queue manager
that is part of a queue-sharing group. (Queue-sharing groups are available
only on MQSeries for OS/390.)
COPY The object definition resides on the page set of the queue manager
that executes the command. The object was defined using a
command that had the parameters QSGDISP(COPY). Any object
residing in the shared repository, or any object defined using a
command that had the parameters QSGDISP(QMGR), is not
affected by this command.
GROUP
The object definition resides in the shared repository. The object
was defined using a command that had the parameters
QSGDISP(GROUP). Any object residing on the page set of the
queue manager that executes the command, or any object defined
using a command that had the parameters QSGDISP(SHARED), is
not affected by this command.
If the deletion is successful, the following command is generated
and sent to all active queue managers in the queue-sharing group
to cause them to make, or delete, local copies on page set zero:
DELETE queue(name) QSGDISP(COPY)
or, for a local queue only:
DELETE QLOCAL(name) NOPURGE QSGDISP(COPY)
Note: You always get the NOPURGE option even if you specify
PURGE. To delete messages on local copies of the queues,
you must explicitly issue the command:
DELETE QLOCAL(name) QSGDISP(COPY) PURGE
for each copy.
QMGR
The object definition resides on the page set of the queue manager
that executes the command. The object was defined using a
command that had the parameters QSGDISP(QMGR). Any object
residing in the shared repository, or any local copy of such an
object, is not affected by this command.
This is the default value.
SHARED
This option applies only to local queues.
The object definition resides in the shared repository. The object
was defined using a command that had the parameters
QSGDISP(SHARED). Any object residing on the page set of the
queue manager that executes the command, or any object defined
using a command that had the parameters QSGDISP(GROUP), is
not affected by this command.
DELETE Queues
Chapter 2. The MQSeries commands 147
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|