[
https://issues.apache.org/jira/browse/ARTEMIS-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16566740#comment-16566740
]
ASF GitHub Bot commented on ARTEMIS-856:
----------------------------------------
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.
> Support advanced destination options
> ------------------------------------
>
> Key: ARTEMIS-856
> URL: https://issues.apache.org/jira/browse/ARTEMIS-856
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Components: Broker
> Affects Versions: 2.6.2
> Reporter: Matt Pavlovich
> Assignee: Michael Andre Pearce
> Priority: Major
> Fix For: 2.7.0
>
>
> Add support enhancing destination consumer features (ActiveMQ 5.x parity):
> consumersBeforeDispatchStarts
> timeBeforeDispatchStarts
> [http://activemq.apache.org/per-destination-policies.html]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)