asadmin [asadmin-options] delete-jms-host [--help]
[--target target]
jms_host_name
delete-jms-host |
Previous | Next | Contents |
removes a JMS host
Synopsis
asadmin [asadmin-options] delete-jms-host [--help]
[--target target]
jms_host_name
Description
The delete-jms-host
subcommand removes the specified Java Message
Service (JMS) host.
This subcommand is supported in remote mode only. Remote asadmin
subcommands require a running domain administration server (DAS).
Deleting the default JMS host, named default_JMS_host
, is not
recommended.
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.
--target
Deletes the JMS host only from the specified target. Valid values are
as follows:
server
Deletes the JMS host from the default server instance. This is the default value.
Deletes the JMS host from the specified configuration.
Deletes the JMS host from every server instance in the specified cluster.
Deletes the JMS host from the specified server instance.
Operands
The name of the host to be deleted.
Examples
Example 1 Deleting a JMS host
The following subcommand deletes the JMS host named MyNewHost
.
asadmin> delete-jms-host MyNewHost
Command delete-jms-host executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |