Home

 

QServiceIntervalEvent (MQLONG)

Local Model Alias Remote Cluster
Yes Yes No No No

This controls whether Service Interval High or Service Interval OK events are generated.

Note:
The value of this attribute can change dynamically.

The value is one of the following:

MQQSIE_HIGH

Queue Service Interval High events enabled.

  • Queue Service Interval High events are enabled and

  • Queue Service Interval OK events are disabled.

MQQSIE_OK

Queue Service Interval OK events enabled.

  • Queue Service Interval High events are disabled and

  • Queue Service Interval OK events are enabled.

MQQSIE_NONE

No queue service interval events enabled.

  • Queue Service Interval High events are disabled and

  • Queue Service Interval OK events are also disabled.

For shared queues, the value of this attribute is ignored; the value MQQSIE_NONE is assumed.

For more information about events, see Monitoring WebSphere MQ.

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

On z/OS, we cannot use the MQINQ call to determine the value of this attribute.



 

Home