Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.9.0
Description
missing reference count on filepending message cursor allows unlimited messages to be loaded into the broker.
The periodic messageExpiry task does a forced page in, that does not seem to respect a memory limit, even if it is correctly calculated.
disabling message expiry avoids the issue.
org.apache.activemq.broker.region.policy.PolicyEntry#expireMessagesPeriod=0
Attachments
Issue Links
- relates to
-
AMQ-6967 Periodic expiry with no consumers fails to page in messages if cache has flipped
- Resolved