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