This content has been marked as final.
Show 1 reply
-
1. Re: Create broker without user and password.
jbertram Aug 9, 2017 5:50 PM (in response to hellosmith420)The command-line interface for AMQ 7 only supports the most common configuration use-cases. In terms of security, it only supports the PropertiesLoginModule (used for username and password) and the GuestLoginModule (used for anonymous access). More advanced configurations (e.g. using the LDAPLoginModule) must be performed manually.