0
votes

LDAP authentication is configured in ActiveMQ Artemis(2.6.1 -Redhat AMQ7.2) environment but i am noticing authentication for a user happens against LDAP server very frequently. Even when no messages received, seems the authentication is happening.

Attempted increasing security-invalidation-interval but doesn't take that into account.

I noticed this behavior by turning on logs.

1

1 Answers

0
votes

The security-invalidation-interval applies to authorization but not to authentication. Authentication always hits whatever is providing the account information (in this case LDAP).