【发布时间】:2021-09-30 21:55:58
【问题描述】:
有很多地方可以定义用户名和密码:
activemq.xmlusers.propertiesgroups.propertiescredentials.propertiescredentials-enc.properties
我在activemq.xml 中使用authorizationPlugin。我认为用户/通行证是针对特定目的地的
-
authorizationPlugin中的组与groups.properties有什么关系? - 什么时候使用
credentials.properties和credentials-enc.properties? - 与
credentials.properties和credentials-enc.properties相比,user.properties的密码将如何使用? - 文件中的用户/密码/组是否必须匹配(
users.properties/groups.properties除外)
基本上我想要
- 用户/通过 TCP 端口
- Web 控制台上的用户/传递
- 每个目的地的用户/通行证
【问题讨论】:
-
这里的问题太多了。您需要显着缩小范围。请记住,您可以提出多个单独的问题。
标签: activemq