Home

 

QueueMonitoring (MQLONG)

This specifies the default setting for online monitoring of queues.

If the QueueMonitoring queue attribute is set to MQMON_Q_MGR, this attribute specifies the value which is assumed by the channel. The value can be:

MQMON_OFF

Online monitoring data collection is turned off. This is the queue manager's initial default value.

MQMON_NONE

Online monitoring data collection is turned off for queues regardless of the setting of their QueueMonitoring attribute.

MQMON_LOW

Online monitoring data collection is turned on, with a low ratio of data collection.

MQMON_MEDIUM

Online monitoring data collection is turned on, with a moderate ratio of data collection.

MQMON_HIGH

Online monitoring data collection is turned on, with a high ratio of data collection.

To determine the value of this attribute, use the MQIA_MONITORING_Q selector with the MQINQ call.



 

Home