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-6
The Command-Line Interface
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 is deleted. client-id and
subscription-name are valid only when used with each other.
Examples
To delete a topic named sales-topic:
nsjms->delete topic sales-topic
To delete all expired messages:
nsjms->delete message expired
To delete a message that has the message ID quotes_994790988290:
nsjms->delete message quotes_994790988290
To delete all messages:
nsjms->delete message *
To delete a subscription with a client ID of $xyz1 and a subscription name of
subxyz1:
nsjms->delete subscription $xyz1, subxyz1
To delete NSJMS connection factories from the JNDI space:
nsjms->delete jndi
EXIT Command
The EXIT command exits from the current administrative session.
Example
To exit from the current administrative session:
nsjms->exit
HELP Command
The HELP command displays the syntax and meaning of administrative utility
commands invoked through a command-line interface.
EXIT
HELP [ command ]