WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
Starting and stopping a broker on Linux and UNIX systems
Run the appropriate command to start or stop a broker.
- Run './install_dir/bin/mqsiprofile' to source the mqsiprofile script and set up the environment for a single targeted runtime environment. You must complete this setup before you can run a WebSphere® Message Broker command.
- To start a broker, enter the following command on the command
line:
mqsistart MB8BROKER
Substitute your own broker name for MB8BROKER.
The broker and its associated queue manager are started.Check the system log to ensure that the broker has initialized successfully. The log contains messages about verification procedures; if all tests are successful, only an initial start message is recorded. If any verification test is unsuccessful, the log also includes messages that provide details of the tests that have failed. If errors have been reported, review the messages and take the suggested actions to resolve these problems.
- To stop a broker, enter the following command on the command
line:
mqsistop MB8BROKER
Substitute your own broker name for MB8BROKER.
You can also request that the broker queue manager is stopped by this command. Refer to Stopping a WebSphere MQ queue manager when you stop a broker.
Related concepts:
Related tasks: