2.19.5 delete-jms-resource
Removes a JMS resource.
Synopsis
asadmin [asadmin-options] delete-jms-resource [--help] [--target target] jndi_name
Storage location
Application Server installation directory/javaee/glassfish/bin
Function
The delete-jms-resource 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.
- --target target
-
Deletes the JMS resource only from the specified target.
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.
Type: String
The following values can be specified:
-
server
Deletes the JMS resource from the default server instance. This is the default value.
-
domain
Deletes the JMS resource from the domain.
-
cluster-name
Deletes the JMS resource from every server instance in the specified cluster.
-
instance-name
Deletes the JMS resource from the specified server instance.
Default value: server
-
- jndi_name
-
Specifies the JNDI name of the JMS resource to be deleted.
Type: String
The following values can be specified:
-
The name of the resource
Default value: N/A
-
Examples
The following subcommand deletes the JMS destination resource named jms/MyQueue on the server instance instance1.
asadmin delete-jms-resource --target instance1 jms/MyQueue
Exit Status
Exit Status |
Explanation |
---|---|
0 |
command executed successfully. |
1 |
error in executing the command. |