一、設置ActiveMQ的訪問密碼,以提升ActiveMQ的安全性安全
二、在ActiveMQ的conf目錄的activemq.xml中添加帳號密碼spa
2.1 添加的代碼以下code
<!-- 添加訪問ActiveMQ的帳號密碼 --> <plugins> <simpleAuthenticationPlugin> <users> <authenticationUser username="zhangsan" password="123" groups="users,admins"/> </users> </simpleAuthenticationPlugin> </plugins>
2.2 添加的位置爲:xml
broker節點中, shutdownHooks以後blog