QueueStatistics (MQLONG)

This controls the collection of statistics data for queues.

It is one of the following values:

    MQMON_NONE
    Do not collect queue statistics for queues, regardless of the setting of the QueueStatistics queue attribute. This is the default value.

    MQMON_OFF
    Do not collect statistics data for queues that specify Queue Manager in the QueueStatistics queue attribute.

    MQMON_ON
    Collect statistics data for queues that specify Queue Manager in the QueueStatistics queue attribute.

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