+

Search Tips   |   Advanced Search

unmediateSIBDestination command

Use the unmediateSIBDestination command to remove a mediation from a service integration bus destination.

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

(iSeries) (iSeries) The wsadmin scripting client is run from Qshell. (iSeries) See Configure Qshell to run WebSphere scripts .

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

After using the command, save the changes to the master configuration using the following command:

AdminConfig.save()

This command removes a mediation from a bus destination for a service integration bus. The mediation remains on the bus, in case it is needed to mediate other bus destinations.

If we unmediate a destination that is assigned to an IBM MQ server bus member, or a destination that has a mediation point on an IBM MQ server bus member, the mediation process stops, and messages already queued on the mediation point are not mediated.


Target object

None.


Required parameters

-bus busname

The name of the service integration bus on which the bus destination is to be created. Use the listSIBuses command to list the names of existing buses.

-destinationName destname

The identifier by which this destination is known for administrative purposes.


Conditional parameters

None.


Optional parameters

None.


Example