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-8
The Command-Line Interface
id
is the unique ID that identifies a specific message about which information is
requested.
queue-name
is the name of the queue containing the messages about which information is
requested.
topic-name
is the name of the topic containing the messages about which information is
requested.
expired
specifies that information will be returned from the database about all messages
with an expiration date prior to the current date.
client-id
is the unique ID associated with an existing subscription about which information is
requested.
subscription-name
is the name associated with an existing subscription about which information is
requested.
Rules
If a name is specified, information about the named queue or topic appears.
If queue-name or topic-name is specified, information about all messages in the
specified queue or topic appears.
When requesting information about a queue or topic, a name or an asterisk (*)
must be explicitly specified.
When queue or topic is specified, the id attribute is invalid.
When subscription is specified, if client-id and subscription-name are
specified, information about the subscription whose client ID and subscription
name match client-id and subscription-name appears. client-id and
subscription-name are valid only when used with each other.