Set queue attributes
We can set only the following queue attributes using the MQSET call:
- InhibitGet (but not for remote queues)
- DistList (not on z/OS)
- InhibitPut
- TriggerControl
- TriggerType
- TriggerDepth
- TriggerMsgPriority
- TriggerData
The MQSET call has the same parameters as the MQINQ call. However for MQSET, all parameters except the completion code and reason code are input parameters. There are no partial-completion situations.
We cannot use the MQI to set the attributes of WebSphere MQ objects other than locally-defined queues.
There is a description of the MQSET call in the Application Programming Reference.
Parent topic:
Inquiring about and setting object attributes
fg13610_