Running the ActiveMQ MPX Message Broker on Linux
ActiveMQ is the file with the start/termination scripts for ActiveMQ. On Linux, you need to manually start or stop the Message Broker. To do this:
- Navigate to the folder containing the start/termination scripts. Usually it is under <your ActiveMQ installation Dir>/bin .
-
Run the appropriate script with the parameter start to start the corresponding daemon, or stop to stop an existing daemon. For example:
./activemq start
./activemq stop
./activemq status
-
To run the broker in the console:
activemq console