Use the wsadmin tool to create a new service integration bus in the cell.
The command described in this topic is run using the AdminTask object of the wsadmin scripting client.
This command is only valid when run against WebSphere Application Server Version 6 and later application servers. Do not run it against earlier versions.
Command-line help is provided with each of the commands:
wsadmin> $AdminTask help SIBAdminCommands
wsadmin> $AdminTask help command_name
For additional details of the command properties, see the related reference topic.
This command creates a new service integration bus in the cell.
To save the changes made by the command, type $AdminConfig save.
None.
The transport chain must correspond to one of the transport chains defined in the Messaging engine inbound transports settings for the server. All servers automatically have a number of transport chains defined to them, and it is also possible to create new transport chains.
The default transport chain is InboundBasicMessaging.
wsadmin>$AdminTask createSIBus {-bus anewbus -description "A new bus called anewbus"} anewbus(cells/9994GKCCell/buses/anewbus|sib-bus.xml#SIBus_1097531651175) wsadmin>