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 Manual—522356-006
7-9
The Command-Line Interface
Examples
The INFO QUEUE command returns a display such as:
The fields returned by the INFO QUEUE command are:
Destination Name
identifies the name of the queue or topic about which information is requested.
Destination ID
identifies the location of the queue or topic in the NSJMS database.
Destination Expiry
identifies the time (in milliseconds) after a message is sent until the message
expires. The expiry attribute value is used when no timetolive value is specified
during a send message operation.
Destination Create Date
identifies the date the queue or topic was created.
The INFO TOPIC command returns a display such as:
The fields returned by the INFO TOPIC command are:
Destination Name
identifies the name of the queue or topic about which information is requested.
Destination ID
identifies the location of the queue or topic in the NSJMS database.
Destination Expiry
identifies the time (in milliseconds) after a message is sent until the message
expires. The expiry attribute value is used when no timetolive value is specified
during a send message operation.
nsjms-> info queue orders
Destination Name: orders
Destination ID: 123
Destination Expiry: 1200000
Destination Create Date: Mon Mar 05 18:45:33 PST 1973
nsjms-> info topic sales
Destination Name: sales
Destination ID: 8942
Destination Expiry: 600000
Destination Create Date: Mon Mar 05 18:45:33 PST 1973