The deletemq script
The deletemq script removes the embedded JMS server from an instance.
Product
The deletemq script is available in the WebSphere Application Server product only.
Authority
To run this script, your user profile must have *ALLOBJ authority.
Syntax
The syntax of the deletemq script is:
deletemq -instance instance cellname nodename servernameParameters
The parameters of the createmq script are:
-instance
This is a required parameter. The value instance specifies the instance from which you want to delete the embedded JMS server.cellname
This is a required parameter. The value cellname specifies the name of the cell that contains your instance.nodename
This is a required parameter. The value nodename specifies the name of the node that contains your instance.servername
This is a required parameter. The value servername specifies the application server from which you want to delete the embedded JMS server.
Examples
deletemq -instance test MYSERVER_test MYSERVER_test testThis example deletes the embedded JMS server in the instance test, which is hosted on MYSERVER.