Use this command to add a member to a service integration bus. A bus member is an application server that contains a messaging engine, which is the application server component that provides asynchronous messaging services.
To run the command, use the AdminTask object of the wsadmin scripting client.
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
This command adds a new member to a service integration bus. A messaging engine with default settings is created automatically.
Use this option only in WebSphere Application Server environments that support server clusters.
wsadmin>$AdminTask addSIBusMember {-bus anewbus -node aloneNode -server server1} wsadmin> wsadmin>$AdminTask listSIBusMembers {-bus anewbus} (cells/9994GKCCell/buses/anewbus|sib-bus.xml#SIBusMember_1097534067850) wsadmin>