Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
lists the existing JMS physical destinations
list-jmsdest [--help] [--desttype type] [target]
The list-jmsdest
subcommand lists the Java Message Service (JMS) physical destinations.
This subcommand is supported in remote mode only. Remote asadmin
subcommands require a running domain administration server (DAS).
--help
-?
Displays the help text for the subcommand.
--desttype
The type of JMS destination to be listed. Valid values are topic
and queue
.
Restricts the listing to physical destinations for a specified target. Valid values are as follows:
server
Lists the physical destinations for the default server instance. This is the default value.
Lists the physical destinations in the specified configuration.
Lists the physical destinations for every server instance in the specified cluster.
Lists the physical destinations for the specified server instance.
The following subcommand lists all the physical destinations.
asadmin> list-jmsdest
PhysicalQueue
PhysicalTopic
Command list-jmsdest executed successfully.
The following subcommand lists all physical topics.
asadmin> list-jmsdest --desttype topic
PhysicalTopic
Command list-jmsdest executed successfully.
subcommand executed successfully
error in executing the subcommand