安装目录下conf/activemq.xml

添加如下内容:

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

ActiveMQ修改连接的用户名密码

 

相关文章:

  • 2021-12-31
  • 2021-12-06
  • 2021-09-24
  • 2021-08-29
  • 2021-12-09
  • 2021-12-23
  • 2021-12-09
猜你喜欢
  • 2021-12-03
  • 2021-08-14
  • 2021-12-06
  • 2021-06-12
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案