ClusterSenderMonitoringDefault attribute, MQMON_* values" /> ClusterSenderMonitoringDefault (MQLONG)
Home

 

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

Monitoring for the channel is switched off

MQMON_LOW

Unless ChannelMonitoring is MQMON_NONE, monitoring is switched on with a low rate of data collection with a minimal impact on system performance. The data collected is not likely to be the most current.

MQMON_MEDIUM

Unless ChannelMonitoring is MQMON_NONE, monitoring is switched on with a moderate rate of data collection with limited impact on system performance.

MQMON_HIGH

Unless ChannelMonitoring is MQMON_NONE, monitoring is switched on with a high rate of data collection with a likely impact 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.



 

Home