1.下载
http://activemq.apache.org/
选择版本
下载.tar.gz格式文件
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/
浏览器验证