Network Deployment (Distributed operating systems), v8.0 > Reference > Commands (wsadmin scripting)


addSIBPermittedChain command

Use the addSIBPermittedChain command to add a new transport mechanism to the list of permitted transports for a service integration bus.

To run the command, use the AdminTask object of the wsadmin scripting client.

This command is valid only when used with WAS v7.0 or later application servers. Do not use it with earlier versions.

Command-line help is provided for service integration bus commands:

After using the command, save changes to the master configuration; for example, by using the following command:


AdminConfig.save()

The addSIBPermittedChain command add a new transport chain to the list of permitted transports for a selected service integration bus.


Target object

None



Required parameters

-bus busName

The name of the local bus. We can use the listSIBuses command to list the names of existing buses.

-chain chainName

The name of the transport chain to add to the list of permitted transports.


Conditional parameters

None



Optional parameters

None


Example

The following example adds the transport chain MyTransportChain to a bus called Bus1.

AdminTask.addSIBPermittedChain('[-bus Bus1 -chain MyTransportChain]')

Message security in a service integration bus
Add a permitted transport to a bus

+

Search Tips   |   Advanced Search