NonStop JMS User's Manual (H06.03+, J06.03+, NonStop JMS 3.0+)

Managing the NSJMS Environment
NonStop Server for Java Message Service User’s Manual522356-006
7-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 STATS command is not applicable for the NSJMS C++ API environment.
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.
STATS { QUEUE { name | * } [ , RESET ] |
TOPIC { name | * } [ , RESET ] |
NSJMS [ , RESET ] }