NonStop JMS User's Manual (NonStop JMS 2.0+)
Managing NSJMS
NonStop Server for Java Message Service User’s Manual—522356-002
5-12
The Command-Line Interface
Destination ID
identifies the location of the subscription in the NSJMS database.
Nolocal
identifies the value of the nolocal attribute. A value of 1 indicates messages
published to the topic on the same connection will not be delivered to this
subscriber. A value of 0 indicates messages published to the topic on the same
connection will be delivered to this subscriber.
Message ID
identifies the last acknowledged message.
STATS Command
The STATS command provides statistical information about queues, topics, or the
NSJMS service.
name
is the name associated with an existing queue or topic about which statistical
information is desired.
*
is a wild-card character that causes statistical information about all queues or
topics to appear.
RESET
if present, specifies that all applicable statistical counters are reset to their initial
values after the command has run.
Rules
•
The nsjms property Stats.active in the nsjms.properties file must be set to
true for statistical information to be returned
•
When requesting information about a queue or topic, a name or an asterisk (*)
must be explicitly specified.
•
If a name is specified, statistics for the named queue or topic appear.
•
If asterisk (*) is specified, statistics for all queues or topics appear.
STATS { QUEUE { name | * } [ , RESET ] |
TOPIC { name | * } [ , RESET ] |
NSJMS [ , RESET ] }