gemmellr commented on code in PR #4597:
URL: https://github.com/apache/activemq-artemis/pull/4597#discussion_r1311416254


##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java:
##########
@@ -1434,6 +1436,10 @@ private boolean canDispatch() {
             return false;
          }
 
+         if (isExclusive() && hasExclusivePendingDeliveries()) {
+            return false;
+         }

Review Comment:
   (Sometimes maybe, but overall no due to the earlier-and-later 'remember can 
dispatch' logic I had overlooked)



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

Reply via email to