QueueMonitoring (MQLONG)
Local |
Model |
Alias |
Remote |
Cluster |
Yes |
Yes |
No |
No |
No |
Controls the collection of online monitoring data for queues.
The value is one of the following:
- MQMON_QMGR
- Collect monitoring data according to the setting of the QueueMonitoring queue manager attribute. This is the default value.
- MQMON_OFF
- Online monitoring data collection is turned off for this queue.
- MQMON_LOW
- If the value of the QueueMonitoring queue manager
attribute is not MQMON_NONE, online monitoring data collection is turned on,
with a low rate of data collection for this queue.
- MQMON_MEDIUM
- If the value of the QueueMonitoring queue manager
attribute is not MQMON_NONE, online monitoring data collection is turned on,
with a moderate rate of data collection for this queue.
- MQMON_HIGH
- If the value of the QueueMonitoring queue manager
attribute is not MQMON_NONE, online monitoring data collection is turned on,
with a high rate of data collection for this queue.
To determine the value of this attribute, use the MQIA_MONITORING_Q selector
with the MQINQ call.