You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by michaelandrepearce <gi...@git.apache.org> on 2018/08/02 12:54:33 UTC

[GitHub] activemq-artemis pull request #2209: ARTEMIS-856 Test fixes

Github user michaelandrepearce commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/2209#discussion_r207214263
  
    --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java ---
    @@ -544,6 +560,7 @@ public boolean isExclusive() {
     
        @Override
        public synchronized void setExclusive(boolean exclusive) {
    +      new Exception("exclusive set at " + exclusive).printStackTrace();
    --- End diff --
    
    Think this needs to be removed.


---