Use the wsadmin tool to create a new service integration bus in the cell.
To run the command, use the AdminTask object of the wsadmin scripting client.
The wsadmin scripting client is run from Qshell. For more information, see the topic "Configure Qshell to run WebSphere® Application Server scripts".
This command is only valid when used with WebSphere Application Server Version 6 and later application servers. Do not use it with earlier versions.
Command-line help is provided for service integration bus 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.
For a secured bus with multiple bus members, consider setting an inter-engine authentication alias for the bus. When bus security is enabled, the bus uses the inter-engine authentication alias to authenticate incoming connections from other messaging engines. An unauthorized messaging engine cannot connect to the bus.
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.
This value is used to set the default high message threshold for a messaging engine when the messaging engine is created on the bus.
When this option is TRUE, certain changes to the bus configuration are applied without requiring the messaging engines to be restarted. These changes are applied when destinations or mediations are added to, or removed from, the bus. This option also controls whether automatic updates occur on all the messaging engines on the bus.
wsadmin>$AdminTask createSIBus {-bus anewbus -description "A new bus called anewbus"} anewbus(cells/9994GKCCell/buses/anewbus|sib-bus.xml#SIBus_1097531651175) wsadmin>