activemq-artemis/artemis-protocols/artemis-mqtt-protocol
Justin Bertram ea04426bcd ARTEMIS-4037 refactor MQTTRetainMessageManagerTest
Commit 5a42de5fa6 called my attention to
this test. It really needs to be refactored because:

 - It belongs in the integration-tests module rather than the MQTT
   protocol module.
 - It is using a lot of non-standard components (e.g.
   EmbeddedJMSResource, Awaitility, etc.).
 - It is overly complicated (e.g. using its own MqttClientService).

This commit resolves all those problems. The new implementation is quite
a bit different but still equivalent. I reverted the original fix from
ARTEMIS-2476 and the test still fails.
2022-10-13 17:33:43 +01:00
..
src/main ARTEMIS-4037 refactor MQTTRetainMessageManagerTest 2022-10-13 17:33:43 +01:00
pom.xml ARTEMIS-4037 refactor MQTTRetainMessageManagerTest 2022-10-13 17:33:43 +01:00