Skip Headers
Oracle GlassFish Server Reference Manual
Release 3.1.2

Part Number E24938-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

list-jmsdest

lists the existing JMS physical destinations

Synopsis

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

--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.

Exit Status

0

subcommand executed successfully

1

error in executing the subcommand

See Also

create-jmsdest(1), delete-jmsdest(1), flush-jmsdest(1)

asadmin(1M)