搜索
您的当前位置:首页activeMQ

activeMQ

来源:乌哈旅游

如果要修改控制台的登录用户名密码,可以在conf/jetty-realm.properties文件中修改

 

1、activemq.xml新增账号密码(broker标签下添加)

<simpleAuthenticationPlugin>

    <users>

        <authenticationUser username="system" password="manager"

            groups="users,admins"/>

        

    </users>

</simpleAuthenticationPlugin>

 

因篇幅问题不能全部显示,请点此查看更多更全内容

Top