activemq 增加连接的用户名密码

编辑 activemq.xml 在broker标签内,加一下代码

<plugins>

            <simpleAuthenticationPlugin>

                <users>

                    <authenticationUser username="user" password="user123" groups="users" />

                </users>

            </simpleAuthenticationPlugin>

        </plugins>

重启后即可

发表评论

邮箱地址不会被公开。 必填项已用*标注