Hitachi

Hitachi Application Server V10 Command Reference Guide (For UNIX® Systems)


2.19.10 list-jmsdest

Lists the existing JMS physical destinations.

Synopsis

asadmin [asadmin-options] list-jmsdest [--help]
    [--desttype type]
    target

Storage location

Application Server installation directory/javaee/glassfish/bin

Function

The list-jmsdest subcommand of asadmin 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).

Precondition

Domain Administration Server (DAS) is running.

Arguments

--help | -?

Displays the help text for the subcommand.

--desttype type

Specifies the type of JMS destination to be listed. Valid values are topic and queue.

Type: String

The following values can be specified:

  • topic

  • queue

Default value: queue

target

Restricts the listing to physical destinations for a specified target.

Type: String

The following values can be specified:

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

Default value: server

Examples

The following example lists all physical topics.

asadmin list-jmsdest --desttype topic

Exit Status

Exit Status

Explanation

0

subcommand executed successfully.

1

error in executing the subcommand.