Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
removes a JMS resource
delete-jms-resource [--help] [--target target] jndi_name
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).
--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 <resource-ref>
has been created using the --target
option when the resource was created. This means that deleting a resource only deletes the <resource-ref>
element for the specified --target
, and does not delete the resource from the domain as a whole unless domain
is specified as the --target
for the deletion.
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.
The JNDI name of the JMS resource to be deleted.
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.
subcommand executed successfully
error in executing the subcommand