mwashburn2 commented on code in PR #2019:
URL: https://github.com/apache/activemq/pull/2019#discussion_r3243499840


##########
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:
   Perhaps I should rename the variable expiryEnabledOnEnqueue? I'm just trying 
to short circuit the O(N) operation on enqueue. Is there a place i'm supposed 
to update an XSD or the Documentation for this new config?



-- 
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


Reply via email to