https://docs.alfresco.com/content-services/community/config/activemq/
/yourdir
1. 下载
wget http://www.apache.org/dyn/closer.cgi?filename=/activemq/5.16.1/apache-activemq-5.16.1-bin.tar.gz&action=download
2. 解压
tar -xzvf apache-activemq-5.16.1-bin.tar.gz
3. 改名
mv apache-activemq-5.16.1 activemq1
4. 启动
cd /yourdir/activemq1/bin
./activemq start
/yourdir/activemq1/bin/activemq start
5. 检查端口
netstat -nl|grep 61616
lsof -i:61616
6. 停止