activemq-artemis/artemis-protocols/artemis-mqtt-protocol
Justin Bertram 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 971f673c60 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.
2023-01-30 12:09:40 -05:00
..
src/main ARTEMIS-4145 MQTT shared sub queue may be inadvertently removed 2023-01-30 12:09:40 -05:00
pom.xml [maven-release-plugin] prepare for next development iteration 2022-11-08 13:17:38 -06:00