This is an automated email from the ASF dual-hosted git repository.
michaelpearce pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git.
from 3868a65 This closes #2716
new e608c9a fix for #ARTEMIS-2476
new 2ce8f01 ARTEMIS-2476: implemented MQTTRetainMessageManagerTest
new 0e7c061 This closes #2837
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
artemis-protocols/artemis-mqtt-protocol/pom.xml | 41 ++++
.../protocol/mqtt/MQTTRetainMessageManager.java | 36 ++-
.../mqtt/MQTTRetainMessageManagerTest.java | 265 +++++++++++++++++++++
.../core/protocol/mqtt/MqttClientService.java | 126 ++++++++++
.../resources/embedded-artemis-server-mqtt.xml | 3 +
.../src/test/resources/logging.properties | 0
6 files changed, 452 insertions(+), 19 deletions(-)
create mode 100644
artemis-protocols/artemis-mqtt-protocol/src/test/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTRetainMessageManagerTest.java
create mode 100644
artemis-protocols/artemis-mqtt-protocol/src/test/java/org/apache/activemq/artemis/core/protocol/mqtt/MqttClientService.java
copy artemis-junit/src/test/resources/embedded-artemis-minimal-server.xml =>
artemis-protocols/artemis-mqtt-protocol/src/test/resources/embedded-artemis-server-mqtt.xml
(89%)
copy {artemis-junit =>
artemis-protocols/artemis-mqtt-protocol}/src/test/resources/logging.properties
(100%)