Use the removeSIBusMember command to remove a member from a service integration bus by using the wsadmin tool. A bus member can be an application server or a WebSphere® MQ server.
To run the command, use the AdminTask object of the wsadmin scripting client.
The wsadmin scripting client is run from Qshell. For more information, see Configuring Qshell to run WebSphere Application Server scripts.
print AdminTask.help('SIBAdminCommands')
print AdminTask.help('command_name')
AdminConfig.save()
A service integration bus.
If you specify these parameters, do not specify the -wmqServer parameter.
If you specify this parameter, do not specify the -node or -server parameters.
None.
Remove server1 from bus1.
AdminTask.removeSIBusMember('[-bus bus1 -node node1 -server server1 ]')