Showing details about a service integration bus using the wsadmin tool

Use a wsadmin command to show the properties of a service integration bus.

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.

[iSeries] 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:

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

Purpose

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

Command name
showSIBus
Target
None.
Result
Details of the bus.

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

None.

Optional parameters

None.

Example

wsadmin>$AdminTask showSIBus {-bus anewbus}
{discardOnDelete=false, destinationHighMsgs=9223372036854775807, description=A new 
bus called anewbus, busName=anewbus, secure=false, configurationReloadEnabled=true}
wsadmin>



Related reference
Buses administrative commands
Reference topic Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 31, 2013 1:23:07 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-nd-dist&topic=rjj_cli_bus_show
File name: rjj_cli_bus_show.html