2.解压并且移动位置
tar -xzvf ~/Download/apache-activemq-5.15.3-bin.tar.gz
mv ~/Download/apache-activemq-5.15.3 /usr/activemq
3.启动
cd /usr/activemq/bin
./activemq start
4.验证
netstat -aln | grep 61616
查看 是否有监听
http://localhost:8161/
浏览器验证
原文地址:http://blog.51cto.com/rhino/2089328