下载

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
使用activemq搭建mqtt环境_mqtt
把127.0.0.1改成0.0.0.0

端口开放

开放3个端口

8161     61616    1883
登录
http://$ip:8161/admin/

username: admin
password: admin

使用activemq搭建mqtt环境_activemq_02