Air Cleaner User Manual
A Service Interval High event is generated when a check indicates that no
messages have been retrieved from the queue for at least the time
indicated by the QSVCINT parameter.
A Service Interval OK event is generated when a check indicates that
messages have been retrieved from the queue within the time indicated by
the QSVCINT parameter.
Note: The value of this parameter can change implicitly. For more
information, see the description of the Service Interval High and
Service Interval OK events in the MQSeries Event Monitoring book.
HIGH Service Interval High events are
generated
OK Service Interval OK events are
generated
NONE No service interval events are
generated
QSVCINT(integer)
The service interval used for comparison to generate Service Interval High
and Service Interval OK events.
This parameter is supported only on local and model queues and has no
effect if it is specified on a shared queue.
See the QSVCIEV parameter.
The value is in units of milliseconds, and must be greater than or equal to
zero, and less than or equal to 999 999 999.
REPLACE and NOREPLACE
This option controls whether any existing definition (and on MQSeries for
OS/390 of the same disposition) is to be replaced with this one. Any object
with a different disposition is not changed. The default is NOREPLACE.
NOREPLACE
The definition should not replace any existing definition of the
object.
REPLACE
If the object does exist, the effect is similar to issuing the ALTER
command without the FORCE option and with all the other
parameters specified. In particular, note that any messages that are
on the existing queue are retained.
(The difference between the ALTER command without the FORCE
option, and the DEFINE command with the REPLACE option, is
that ALTER does not change unspecified parameters, but DEFINE
with REPLACE sets all the parameters. When you use REPLACE,
unspecified parameters are taken either from the object named on
the LIKE option, or from the default definition, and the parameters
of the object being replaced, if one exists, are ignored.)
The command fails if both of the following are true:
v The command sets parameters that would require the use of the
FORCE option if you were using the ALTER command
v The object is open
The ALTER command with the FORCE option succeeds in this
situation.
Define queues
126
MQSeries MQSC Command Reference
|
|
|
|
|