Uninstalling the full product

Always use the uninstall wizard to remove this product, do not use the native uninstallation program.

The uninstallation process for the WebSphere Message Broker runtime and the Message Brokers Toolkit requires you to complete different actions. To uninstall the Message Brokers Toolkit, see Uninstalling the Message Brokers Toolkit. To uninstall the runtime components complete the following steps:

  1. Stop all running processes that use any part of WebSphere Message Broker (brokers, Configuration Manager and the User Name Server) before uninstalling. Use the mqsilist (list resources) command to check which components are running. Stop each component using the mqsistop command.
  2. On Windows and Linux (x86 platform) end any active sessions of the Message Brokers Toolkit.
  3. If you do not plan to reinstall on this computer, delete all of the runtime components. When you delete a component, all its associated data and resources are deleted; if you want to retain component data, do not delete that component. Use the following commands to delete one or more components: mqsideletebroker command, mqsideleteconfigmgr command and mqsideleteusernameserver command.
  4. If you have created databases on Windows with the mqsicreatedb command, you can delete them with the mqsideletedb command. Databases created by the Default Configuration wizard can also be deleted in this way.
  5. Use one of the following methods to invoke the uninstallation program. Only Windows users with one instance of the WebSphere Message Broker runtime installed should use the second method.
    • Run the following command from outside the installation directory, specifying the full path, this will ensure that the folders will be removed during uninstallation:
      /install_dir/_uninst_runtime/uninstaller
      Where install_dir is the home directory of your WebSphere Message Broker installation. If you accepted the default location during installation, this directory will be as follows:
      • On Windows, C:\Program Files\IBM\MQSI\6.0
      • On AIX, HP-UX and Solaris, /opt/IBM/mqsi/6.0
      • On Linux, /opt/ibm/mqsi/6.0
    • Navigate to Start > Settings > Control Panel > Add/Remove Programs. Select WebSphere Message Broker and click Change/Remove.
    The uninstaller will be launched.
  6. Choose the component or components you wish to uninstall and follow the prompts to complete uninstallation.
Related tasks
Uninstalling silently
Uninstalling in console mode
Related reference
mqsideletebroker command
mqsideleteusernameserver command
mqsilist (list resources) command
mqsistop command