Home
Altering queue manager attributes
To alter the attributes of the queue manager specified on the runmqsc command, use the MQSC command ALTER QMGR, specifying the attributes and values that you want to change. For example, use the following commands to alter the attributes of jupiter.queue.manager:
runmqsc jupiter.queue.manager ALTER QMGR DEADQ (ANOTHERDLQ) INHIBTEV (ENABLED)The ALTER QMGR command changes the dead-letter queue used, and enables inhibit events.
Parent topic:
Working with queue managers
fa11210_
Home