WebSphere WebSphere Application Server Express, Version 6.0.x Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

Modifying a service integration bus through the command line

Use this command to change properties of a service integration bus.

Before you begin

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

The command described in this topic is run using the AdminTask object of the wsadmin scripting client.

This command is only valid when run against WebSphere Application Server Version 6 application servers. Do not run it against earlier versions.

Command-line help is provided with each of the service integration technologies commands:
  • For a list of all the available service integration bus commands, plus a brief description of each command, type the following command:
    wsadmin> $AdminTask help SIBAdminCommands
  • For detailed help on a given command, enter the following command:
    wsadmin> $AdminTask help command_name

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

Purpose

This command modifies the properties of a service integration bus.

Command name
modifySIBus
Target
None.
Result
A bus object (modified).

To save the changes made by the command, invoke the "save" command on the AdminConfig object.

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

-description text
An optional description for the bus, for administrative purposes.
-secure TRUE | FALSE
Set this option to TRUE to inherit the global security setting of the cell. Set this option to FALSE if you always want to disable bus security.
-mediationsAuthAlias name
The name of the authentication alias used to authorize mediations to access the bus.
-protocol protocol
The transport chain used for communication between messaging engines in this bus.
-discardOnDelete TRUE | FALSE
Set this option to TRUE if messages on a deleted message point can be discarded. Set this option to FALSE if messages on a deleted message point should be retained at a system exception destination.

Example

wsadmin>$AdminTask modifySIBus {-bus anewbus -description "A bus called anewbus,
 which I have modified"} 
anewbus(cells/9994GKCCell/buses/anewbus|sib-bus.xml)
wsadmin>

Reference topic

Terms of Use | Feedback

Last updated: 2 Aug 2005
http://publib.boulder.ibm.com/infocenter/ws60help/index.jsp?topic=/com.ibm.websphere.pmc.express.doc\ref\rjj_cli_bus_modify.html

© Copyright IBM Corporation 2004, 2005. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)