[
https://issues.apache.org/jira/browse/ARTEMIS-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16355781#comment-16355781
]
ASF GitHub Bot commented on ARTEMIS-853:
----------------------------------------
Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/1832
@michaelandrepearce I think the logic should have been updated on
QueueImpl for the exclusive consumer...
You should just had the pos always 0. or have a different logic without
using counters at all.
The code became non consistent. the pos increases but then there is a
statement to always get position 0 if exclusive.
> Support for exclusive consumers
> -------------------------------
>
> Key: ARTEMIS-853
> URL: https://issues.apache.org/jira/browse/ARTEMIS-853
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Components: Broker
> Reporter: Matt Pavlovich
> Priority: Major
>
> Artemis should support a consumer feature where a single consumer receives
> all messages, even when multiple consumers are present. This capability
> maintains message ordering while allowing a HA consumer.
> ActiveMQ 5.x supports this, as does IBM MQ, Tibco EMS, etc.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)