asadmin [asadmin-options] list-jmsdest [--help]
[--desttype type]
[target]
list-jmsdest |
Previous | Next | Contents |
lists the existing JMS physical destinations
Synopsis
asadmin [asadmin-options] list-jmsdest [--help]
[--desttype type]
[target]
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
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) 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
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.
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.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |