Home

 

Use other commands with model queues

 

We can use the appropriate MQSC commands to display or alter a model queue’s attributes, or to delete the model queue object. For example:

Use the following command to display the model queue's attributes:

DISPLAY QUEUE (GREEN.MODEL.QUEUE)

Use the following command to alter the model to enable puts on any dynamic queue created from this model:

ALTER QMODEL (BLUE.MODEL.QUEUE) PUT(ENABLED)

Use the following command to delete this model queue:

DELETE QMODEL (RED.MODEL.QUEUE)

 

Parent topic:

Working with model queues


fa11380_


 

Home