1 Reply Latest reply on Aug 9, 2017 5:50 PM by jbertram

    Create broker without user and password.

    hellosmith420

      Hello,

      The new feature in AMQ 7.0 of creating broker is really a smart way.

      To create the broker the <username>, <password> and <anonymous access> are mandatory.

      But, I want to create broker without <username>, <password>, because all user related access I want from LDAP through JAAS.

      Is it possible?

       

      THanks,

      John

        • 1. Re: Create broker without user and password.
          jbertram

          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.