Use this command 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 application servers. Do not run it against earlier versions.
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, invoke the "save" command on the AdminConfig object.
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>