1. Download the installation package http://activemq.apache.org/activemq-5143-release.html
2. Extract to the specified directory bin directory for script execution
(script cannot execute requires Modify permission (chmod 775 activemq))
3. Set the ACTIVEMQ configuration environment./ACTIVEMQRC ACTIVEMQ Setup ~/.ACTIVEMQRC
3. Start MQ
Bin directory activemq start background execution nohup ACTIVEMQ start
Specify log file Startup
Activemq Start >/tmp/smlog 2>&1 &
4. Check for success
To view the startup situation:
With port queries, ACTIVEMQ starts with a default configuration of 8161 and 616,162 ports, 8161 of which are MQ's own admin backend ports, and 61616 are MQ service default ports
Access the ACTIVEMQ management interface, Http://ip:8161/admin, if this is the Http://localhost:8161/admin
———— ActiveMQ of Web environment construction in Linux environment