[
https://issues.apache.org/jira/browse/ARTEMIS-4145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17682190#comment-17682190
]
ASF subversion and git services commented on ARTEMIS-4145:
----------------------------------------------------------
Commit bea8d21ecd55bc4ceb93b6cd1c31b54714200a27 in activemq-artemis's branch
refs/heads/main from Justin Bertram
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=bea8d21ecd ]
ARTEMIS-4145 MQTT shared sub queue may be inadvertently removed
o.a.a.a.c.p.m.MQTTSubscriptionManager#removeSubscription() had a chunk
of code from 971f673c602f859f342e22afe988c71687f754b6 removed. That code
was added under the assumption that there should only ever be one
consumer per queue. That was true for MQTT 3.x, but it's not always true
for MQTT 5 due to shared subscriptions. However, the tests from that
commit all still pass even with it removed now (as well as all the other
MQTT tests) so I think it's safe.
> MQTT shared sub queue may be inadvertently removed
> --------------------------------------------------
>
> Key: ARTEMIS-4145
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4145
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)