List-Jmsdest
Lists the existing JMS physical destinations.
Description
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).
Options
asadmin-options:
Options for the asadmin utility. For information about these options, see the asadmin help page.
--help:
-?:
Displays the help text for the subcommand.
--desttype:
The type of JMS destination to be listed. Valid values are topic and queue.
Operands
target:
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.
configuration-name;;
Lists the physical destinations in the specified configuration.
cluster-name;;
Lists the physical destinations for every server instance in the specified cluster.
instance-name;;
Lists the physical destinations for the specified server instance.
Examples
Example 1 Listing all physical destinations
The following subcommand lists all the physical destinations.
asadmin> list-jmsdest
PhysicalQueue
PhysicalTopic
Command list-jmsdest executed successfully.
Example 2 Listing all physical destinations of a specified type
The following subcommand lists all physical topics.
asadmin> list-jmsdest --desttype topic
PhysicalTopic
Command list-jmsdest executed successfully.