ClusterSenderMonitoringDefault (MQLONG)
This specifies the value to be substituted for the ChannelMonitoring attribute of automatically-defined cluster sender channels.
The value is one of the following:
- MQMON_Q_MGR
- Collection of online monitoring data is inherited from the setting of the queue manager ChannelMonitoring attribute. This is the default value.
- MQMON_OFF
- Monitor for the channel is disabled
- MQMON_LOW
- Unless ChannelMonitoring is MQMON_NONE, monitoring is enabled with a low rate of data collection with a minimal effect on system performance. The data collected is not likely to be the most current.
- MQMON_MEDIUM
- Unless ChannelMonitoring is MQMON_NONE, monitoring is enabled with a moderate rate of data collection with limited effect on system performance.
- MQMON_HIGH
- Unless ChannelMonitoring is MQMON_NONE, monitoring is enabled with a high rate of data collection with a likely effect on system performance. The data collected is the most current available.
To determine the value of this attribute, use the MQIA_MONITORING_AUTO_CLUSSDR selector with the MQINQ call.