Adding a new member to a service integration bus using the wsadmin tool

Use this command to add a member to a service integration bus. A bus member can be an application server or a server cluster. The bus member 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:

Purpose

This command adds a new member to a service integration bus. A messaging engine with default settings is created automatically.

Command name
addSIBusMember
Target
None.
Result
A bus member object is created, with a messaging engine with default settings.

Required parameters

-bus busname
The name by which the service integration bus is known. You can use the listSIBuses command to list the names of existing buses.

Conditional parameters

-node nodename -server servername
To add an application server as a bus member, specify both the name of the node on which the server runs and the name of the server.
-cluster cluster
To add a server cluster, specify the name of the cluster.

Optional parameters

-description text
An optional description for the bus member, for administrative purposes.

Example

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>



Related tasks
Adding a server as a new bus member
Adding a cluster as a member of a bus
Related reference
Buses administrative commands
Reference topic    

Terms of Use | Feedback

Last updated: Aug 29, 2010 7:21:45 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=vela&product=was-nd-dist&topic=rjj_cli_busm_add
File name: rjj_cli_busm_add.html