mattrpav commented on code in PR #2019:
URL: https://github.com/apache/activemq/pull/2019#discussion_r3242961236
##########
activemq-broker/src/main/java/org/apache/activemq/broker/region/policy/PolicyEntry.java:
##########
@@ -119,6 +119,8 @@ public class PolicyEntry extends DestinationMapEntry {
private MessageInterceptorStrategy messageInterceptorStrategy = null;
+ private boolean enableExpiry = true;
Review Comment:
Currently, setting the _expireMessagesPeriod_ to zero disables expiry
checking at the policyEntry level.
If the desire is to have a way to disable exipry _only_ for the
evictionStrategy, then the option should be added to that interface and impls
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact