ActiveMQ修改连接的用户名密码

安装目录下conf/activemq.xml

添加如下内容:

<plugins>
<simpleAuthenticationPlugin>
<users>
<authenticationUser username="zhangsan" password="123" groups="users,admins"/>
</users>
</simpleAuthenticationPlugin>
</plugins>

 

posted @ 2018-03-28 20:41  周伟的BLOG  阅读(3001)  评论(0编辑  收藏  举报