activemq-artemis/artemis-protocols
onlyMIT 971f673c60 ARTEMIS-2206 The MQTT consumer reconnection caused the queue to not be cleared, and caused Artemis broker to throw a NullPointerException.
When the MQTT consumer client (cleanSession property set to true) reconnected, there are certain probabilities that these two bugs will occur.
This is because the MQTT consumer client thinks that its connection has been disconnected and triggers reconnection, but the MQTT connection is still alive at Artemis broker. This bug occurs when new and old connections occur while operating the same queue for unsafe behavior.
2019-03-12 17:51:12 -04:00
..
artemis-amqp-protocol ARTEMIS-2262: Correlate management response messages with the request 2019-03-08 12:11:58 -05:00
artemis-hornetq-protocol [maven-release-plugin] prepare for next development iteration 2018-05-16 11:03:26 -04:00
artemis-hqclient-protocol ARTEMIS-196 Implement Consumer Priority 2019-01-23 11:19:24 -05:00
artemis-mqtt-protocol ARTEMIS-2206 The MQTT consumer reconnection caused the queue to not be cleared, and caused Artemis broker to throw a NullPointerException. 2019-03-12 17:51:12 -04:00
artemis-openwire-protocol ARTEMIS-196 Implement Consumer Priority 2019-01-23 11:19:24 -05:00
artemis-stomp-protocol ARTEMIS-1604 Artemis deadlock using MQTT Protocol 2019-03-12 12:36:25 -04:00
pom.xml ARTEMIS-2227 add Implementation-Version for artemis-protocols module 2019-01-16 15:11:53 -05:00