-
Bug
-
Resolution: Done
-
Blocker
-
AMQ 7.8.0.GA
-
True
-
Broker critically slow down for continuously LDAP requests.
-
False
-
Migration
-
-
-
-
-
-
Critical
At the first request, authorization are cached in the authorization cache. When the cache expires, the Broker is not able anymore to fill the cache and continuously request login until the client disconnect/reconnect. This create flood of requests to the Authorization provider, that is critical if it's LDAP.
It seems because the SecurityStore, at a cache miss, reload the Subject but doesn't cache it anymore. SecurityStoreImpl.java#L396
- is cloned by
-
ENTMQBR-7863 [LTS] Authorizations not cached anymore after cache expiration
- Closed