Showing details about a bus member using the wsadmin tool

Use this command to show properties of a bus member.

This command provides only a subset of the properties available. If you want to show other properties, you need to use the administrative console or wsadmin and JACL

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:

For additional details of the command properties, see the related reference topic.

Purpose

This command lists details about the properties of a member of a service integration bus.

Command name
ShowSIBusMember
Target
None.
Result
Details of the bus member.

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 list details of 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 list details of a server cluster, specify the name of the cluster.

Optional parameters

None.

Example

wsadmin>$AdminTask showSIBusMember {-bus anewbus -node aloneNode -server server1}
{node=aloneNode, server=server1}
wsadmin>



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_show
File name: rjj_cli_busm_show.html