Using other commands with remote queues
You can use MQSC commands to display or alter the attributes of a remote queue
object, or you can delete the remote queue object. For example:
- To display the remote queue's attributes:
DISPLAY QUEUE (CYAN.REMOTE.QUEUE)
- To change the remote queue to enable puts. This does not affect the target
queue, only applications that specify this remote queue:
ALTER QREMOTE (CYAN.REMOTE.QUEUE) PUT(ENABLED)
- To delete this remote queue. This does not affect the target queue, only
its local definition:
DELETE QREMOTE (CYAN.REMOTE.QUEUE)
Note:
When you delete a remote queue, you delete only the local
representation of the remote queue. You do not delete the remote queue itself
or any messages on it.