1、準備html
mkdir /usr/local/activemq cd /usr/local chown -R wh.wh activemq
tar -zxvf apache-activemq-5.15.0-bin.tar.gz
2、啓動前端
cd bin ./activemq console
cd bin ./activemq start
3、測試安裝 shell
4、查看端口apache
ActiveMQ的默認端口爲61616.從另外一個窗口運行netstat並搜索端口61616。測試
netstat -an|find "61616"
netstat -nl|grep 61616
5、中止code
cd bin ./activemq stop
參考文章:htm