asadmin [asadmin-options] delete-jms-resource [--help]
[--target target]
jndi_name
delete-jms-resource |
Previous | Next | Contents |
removes a JMS resource
Synopsis
asadmin [asadmin-options] delete-jms-resource [--help]
[--target target]
jndi_name
Description
The delete-jms-resource
subcommand removes the specified Java Message
Service (JMS) resource. Ensure that you remove all references to this
resource before executing this subcommand.
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.
--target
Deletes the JMS resource only from the specified target. Valid values
are as follows:
Note: Resources are always created for a domain as a whole but are only
active for targets for which a |
server
Deletes the JMS resource from the default server instance. This is the default value.
domain
Deletes the JMS resource from the domain.
Deletes the JMS resource from every server instance in the specified cluster.
Deletes the JMS resource from the specified server instance.
Operands
The JNDI name of the JMS resource to be deleted.
Examples
Example 1 Deleting a JMS destination resource
The following subcommand deletes the JMS destination resource named
jms/MyQueue
.
asadmin> delete-jms-resource jms/MyQueue
Administered object jms/MyQueue deleted.
Command delete-jms-resource executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |