There are many locations for defining usernames and passwords:
activemq.xmlusers.propertiesgroups.propertiescredentials.propertiescredentials-enc.properties
I am using authorizationPlugin in activemq.xml. I figure user/pass is for specific destinations
- How do the groups in
authorizationPluginrelate togroups.properties? - When are
credentials.propertiesandcredentials-enc.propertiesbeing used? - How will the password from
user.propertiesbe used in contrast to thecredentials.propertiesandcredentials-enc.properties? - Is it necessary that user/pass/group from files match (apart from
users.properties/groups.properties)
Basically I want
- user/pass on TCP port
- user/pass on web console
- user/pass per destination