You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/06/09 16:41:02 UTC

[GitHub] [activemq-artemis] ehsavoie commented on a change in pull request #3169: ARTEMIS-2787 - Add ability to disable and enable a queue

ehsavoie commented on a change in pull request #3169:
URL: https://github.com/apache/activemq-artemis/pull/3169#discussion_r437261296



##########
File path: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/wireformat/SessionQueueQueryResponseMessage_V3.java
##########
@@ -475,6 +501,11 @@ public boolean equals(Object obj) {
             return false;
       } else if (!ringSize.equals(other.ringSize))
          return false;
+      if (enabled == enabled) {

Review comment:
       This is wrong I think




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org