activemq设置简单安全验证

activemq默认没有为连接启用安全机制,需要手工启用

activemq.xml中



file:${activemq.base}/conf/credentials.properties




/conf/credentials.properties是用户密码保存文件

还需要在activemq.xml中加入插件








你可能感兴趣的:(jms)