https://activemq.apache.org/components/classic/download/
文档https://activemq.apache.org/mqtt
https://activemq.apache.org/getting-started
# start
./activemq start
# stop
./activemq stop
允许其他机器访问
默认本机访问
配置文件apache-activemq-5.16.3/conf/jetty.xml
把127.0.0.1改成0.0.0.0
开放3个端口
8161 61616 1883
登录
http://$ip:8161/admin/
username: admin
password: admin