一、下载:apache-activemq-5.14.0-bin.tar.gz
![技术图片](http://image.mamicode.com/info/201909/20190924123043746187.png)
二、安装activemq
1、gz文件拷贝到/usr/local/src目录
2、解压启动
tar -zxvf apache-activemq-5.14.0-bin.tar.gz
cd apache-activemq-5.14.0
cd bin
./activemq start
![技术图片](http://image.mamicode.com/info/201909/20190924123043975688.png)
netstat -anp|grep 61616
![技术图片](http://image.mamicode.com/info/201909/20190924123044036238.png)
关闭 ./activemq start