Network Deployment (Distributed operating systems), v8.0 > Administer applications and their environment > Administer Service integration > Administer service integration buses > Configure buses > Configure the members of a bus


Disable the service integration service

The SIB Service, which provides messaging capability, is enabled automatically when you add a server to a service integration bus. If required, you can disable service integration bus functions when the application server starts.

We can choose to disable the SIB Service, for example if we have removed the only bus member for a server.

You can use the administrative console to disable the SIB Service, or wsadmin scripting. The following example shows a Jython script for disabling the SIB Service:

server = AdminConfig.getid('/Server:server1/')
sibService = AdminConfig.list('SIBService', server)
AdminConfig.modify(sibService, [["enable", "false"]])

To use the administrative console to disable the SIB Service, complete the following steps.


Procedure

  1. Click Servers -> Server Types -> WebSphere application servers -> server_name

    -> [Server messaging] SIB service to display the SIB service settings pane.

  2. Click the Configuration tab to display configuration properties for the service integration service.

  3. Clear the Enable service at server startup check box.

  4. Save your changes to the master configuration.


Results

You have disabled the SIB Service. Service integration bus functions are not available when the application server starts up.
Delete a bus
Remove a member from a bus


Related


SIBAdminCommands: Bus administrative commands
SIB service [Settings]

+

Search Tips   |   Advanced Search