Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
1.0.0
-
None
-
None
Description
Message Eviction means to keep a limited number of messages in broker memory for consumers to a non-durable topic and drop the old messages as new messages come in, in order to keep the limit.
ref: http://activemq.apache.org/slow-consumer-handling.html
The MessageEvictionTest needs to be refactored as it does the testing by examining the internal status of activemq broker objects, which is not applicable to the new artemis broker.