Network Deployment (Distributed operating systems), v8.0 > Reference > Commands (wsadmin scripting)
SIBAdminCommands: WebSphere MQ server administrative commands
Use command scripts to create, modify, list, show and delete WebSphere MQ servers and server bus members. These commands do not support the automatic resource discovery feature provided by the administrative console.
Decide which method to use to configure these resources. We can configure WebSphere MQ server resources by using wsadmin as described in this topic, or by as described in Use a WebSphere MQ server to integrate WebSphere MQ queues into a bus.
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.
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, run at the wsadmin prompt:
print AdminTask.help('SIBAdminCommands')
- For overview help on a given command, run at the wsadmin prompt:
print AdminTask.help('command_name')
To add a WebSphere MQ server as a bus member, use the addSIBusMember command.
Interoperation using a WebSphere MQ server
Related
addSIBusMember command