linux安装包下载地址:http://activemq.apache.org/activemq-5140-release.html
cd opt目录下
tar -zxvf apache-activemq-5.14.0-bin.tar.gz
firewall-cmd --zone=public --add-port=8161/tcp --permanent
firewall-cmd --zone=public --add-port=61616/tcp --permanent
firewall-cmd --reload
打开web管理页面

<simpleAuthenticationPlugin> <users> <authenticationUser username="edc" password="edc123" groups="users,admins"/> </users></simpleAuthenticationPlugin> |
原文:https://www.cnblogs.com/edison20161121/p/9068968.html