SIBAdminCommands: Bus administrative commands (AdminTask)
We can use these administrative commands to manage service integration buses.
To run these commands, use the AdminTask object of the wsadmin scripting client. Each command acts on multiple objects in one operation. The commands are provided to allow you to make the most commonly- required types of update in a consistent manner, where modifying the underlying objects directly would be error-prone.
The wsadmin scripting client is run from Qshell. For more information, see Configure Qshell to run WebSphere scripts .
Command-line help is provided for service integration bus commands:
- For a list of the available service integration bus commands in Jython and a brief description of each command, enter the following command at the wsadmin prompt:
print AdminTask.help('SIBAdminCommands')
- For overview help on a given command, enter the following command at the wsadmin prompt:
print AdminTask.help('command_name')
Related concepts
Service integration buses
Related tasks
Manage service integration buses with administrative commands Configure buses Create a bus Add buses Add an unsecured bus Configure bus properties Listing the buses Delete a bus Configure the members of a bus Configure messaging engines Configure service integration bus links Connect buses Configure foreign bus connections Operating buses Disable the service integration service Secure service integration Reference topic