I'm confused by the official Artemis doc re: AMQP Authentication / Authorization.
When a client connects to the Artemis broker, using the AMQP protocol, what are the SASL mechanisms that are supported by the broker: >From my understanding of the doc, only the following are supported: EXTERNAL: Mutual Certificate checks PLAIN: User / Password GSSAPI: requires a Kerberos server, which then integrates with LDAP, etc ANONYMOUS: Are there any other mechanisms? Can AMQP connections authenticating with SASL use the jaas.LDAPLoginModule directly or can this module only be used by integrating with the Kerberos module? Can LDAP be used directly if it provides an GSSAPI interface? If the answer is no -- is this feature on a list of future plans to implement? When using the EXTERNAL Certificate authentication method -- can this only be done with configs and values only in flat properties files on the broker (ie not in LDAP)?