michaelandrepearce commented on a change in pull request #2569:  ARTEMIS-2263 
Support queue level auto-delete configuration
URL: https://github.com/apache/activemq-artemis/pull/2569#discussion_r260577498
 
 

 ##########
 File path: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/impl/PostOfficeImpl.java
 ##########
 @@ -1591,38 +1571,9 @@ public void run() {
 
       @Override
       public void run() {
-         Map<SimpleString, Binding> nameMap = addressManager.getBindings();
-
-         List<Queue> queues = new ArrayList<>();
 
 Review comment:
   This was duplicate logic with expiry reaper, so simply extracted to a method

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to