This is an automated email from the ASF dual-hosted git repository.
mattrpav pushed a change to branch activemq-5.19.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
from f01a875a5a Fix test by enabling allowTempDestinationStealing (#2146)
(#2151)
new 43a3888e7b [#2020] Add expiryCheckEnabled option to
MessageEvictionStrategy to skip O(n) expiry scan TopicSubscription
new cf4ec649f3 [#2020] Backport fixes
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../activemq/broker/region/TopicSubscription.java | 3 +-
.../region/policy/MessageEvictionStrategy.java | 14 +
.../policy/MessageEvictionStrategySupport.java | 26 +-
.../region/TopicSubscriptionEnableExpiryTest.java | 405 +++++++++++++++++++++
...opicSubscriptionEnableExpiryThroughputTest.java | 208 +++++++++++
5 files changed, 652 insertions(+), 4 deletions(-)
create mode 100644
activemq-unit-tests/src/test/java/org/apache/activemq/broker/region/TopicSubscriptionEnableExpiryTest.java
create mode 100644
activemq-unit-tests/src/test/java/org/apache/activemq/broker/region/TopicSubscriptionEnableExpiryThroughputTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact