+

Search Tips   |   Advanced Search

deleteWSGWInstance command

Use the deleteWSGWInstance command to delete a gateway instance.

We can delete a gateway instance using the wsadmin tool, or using the administrative console as described in Deleting gateway instances.

To run the command, use the AdminTask object of the wsadmin scripting client.

(iSeries) (iSeries) The wsadmin scripting client is run from Qshell. (iSeries) See Configure Qshell to run WebSphere scripts .

Command-line help is provided for service integration bus commands:

After using the command, save the changes to the master configuration using the following command:

AdminConfig.save()

This command deletes a gateway instance.


Target Object

ObjectName of the WSGWInstance object

The command deletes the following objects:

The WebSphere Application Server v5.1 gateway used filters for tasks such as logging messages, transforming their contents or terminating an incoming request. When a v5.1 gateway that contained filters was migrated to v6, "StorageQueue" destinations were created to support existing v5.1 gateway filters in the v6 environment. These destinations are not used in v7.0 or later, but they are not removed automatically when you delete the associated gateway. For information about finding and removing these destinations manually, see the corresponding troubleshooting tip.


Parameters

None.


Example