Use the removeGroupFromBusConnectorRole command to remove a group from the connector role for a local bus.
To run the command, use the AdminTask object of the wsadmin scripting client.
This command is valid only when used with WebSphere® Application Server Version 7.0 application servers. Do not use it with earlier versions.
print AdminTask.help('SIBAdminBusSecurityCommands')
print AdminTask.help('command_name')
AdminConfig.save()
Use the removeGroupFromBusConnectorRole command to remove a group from the bus connector role for a local bus. Removing a group from this role prevents the group from accessing local destinations, or sending messages to destinations on foreign buses.
None.
None.
None.
The following example removes a group called Group1 from the bus connector role for a bus called Bus1.
AdminTask.removeGroupFromBusConnectorRole ('[-bus Bus1 -group Group1]')
The following example removes the Server group from the bus connector role for a bus called Bus1.
AdminTask.removeGroupFromBusConnectorRole ('[-bus Bus1 -group Server]')