1. 下载路径

https://activemq.apache.org/components/classic/download/

 

2.  解压

tar -xzvf apache-activemq-5.15.9-bin.tar.gz

 

3. 启动

./activemq start

4. 查看端口

netstat -antup|grep 8161

netstat -nl|grep 61616

 

5. 进入管理界面

URL: http://127.0.0.1:8161/admin/
Login: admin
Passwort: admin

6.  关闭

./activemq stop