Home
Use other commands with remote queues
We can use MQSC commands to display or alter the attributes of a remote queue object, or we 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)
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.
Parent topic:
Creating a local definition of a remote queue
fa11860_
Home