ActiveMQ修改连接的用户名密码
Last updated
Was this helpful?
Last updated
Was this helpful?
安装目录下conf/activemq.xml
添加如下内容:
<plugins> <simpleAuthenticationPlugin> <users> <authenticationUser username="zhangsan" password="123" groups="users,admins"/> </users> </simpleAuthenticationPlugin> </plugins>