Deleting a service integration bus using the wsadmin tool

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

[iSeries] The wsadmin scripting client is run from Qshell. For more information, see the topic "Configure Qshell to run WebSphere® Application Server scripts".

This command is only valid when used with WebSphere Application Server Version 6 and later application servers. Do not use it with earlier versions.

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

For additional details of the command properties, see the related reference topic.

Purpose

This command deletes a specified service integration bus, and cleans up the artifacts that are related to the bus, including queue points, publication points, and mediation points. This command also removes the new artifacts that are created when queues are assigned or mediated to a WebSphere MQ server bus member, including the WebSphere MQ server bus members. This command does not remove the following:
  • Queue managers that are associated with the bus using WebSphere MQ server definitions.
  • Messages residing on WebSphere MQ queue managers.
  • WebSphere MQ queues.
CAUTION:
This command deletes everything on and related to the bus. There is no confirmation prompt before deleting the bus.
Command name
deleteSIBus
Target
None.
Result
The bus is deleted.

To save the changes made by the command, type $AdminConfig save.

Required parameters

-bus busname
The name by which the service integration bus is known. You can use the listSIBuses command to list the names of existing buses.

Conditional parameters

None.

Optional parameters

None.

Example

wsadmin>$AdminTask deleteSIBus {-bus anewbus}
wsadmin>



Related reference
Buses administrative commands
Reference topic Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 31, 2013 1:23:07 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-nd-dist&topic=rjj_cli_bus_delete
File name: rjj_cli_bus_delete.html