To configure a queue for queue service interval events you must:
For example, to enable Queue Service Interval High events with a service interval time of 10 seconds (10 000 milliseconds) use the following MQSC commands:
ALTER QMGR PERFMEV(ENABLED) ALTER QLOCAL('MYQUEUE') QSVCINT(10000) QSVCIEV(HIGH)
The high and OK events are mutually exclusive; that is, when one is enabled, the other is automatically disabled.
When a high event is generated on a queue, the queue manager automatically disables high events and enables OK events for that queue.
Similarly, when an OK event is generated on a queue, the queue manager automatically disables OK events and enables high events for that queue.
All performance events must be enabled using the queue manager attribute PERFMEV.
Queue service interval event |
Queue attributes |
Queue Service Interval High Queue Service Interval OK No queue service interval events |
QSVCIEV (HIGH) QSVCIEV (OK) QSVCIEV (NONE) |
Service interval |
QSVCINT (tt) where tt is the service interval time in milliseconds. |
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
conqfsi |