[
https://issues.apache.org/jira/browse/ARTEMIS-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17054209#comment-17054209
]
ASF subversion and git services commented on ARTEMIS-2476:
----------------------------------------------------------
Commit 2ce8f019119ea65c7991e6010060bda9cf902e04 in activemq-artemis's branch
refs/heads/master from Assen Sharlandjiev
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=2ce8f01 ]
ARTEMIS-2476: implemented MQTTRetainMessageManagerTest
> New MQTT subscriptions receive older (not last published) retained message.
> ---------------------------------------------------------------------------
>
> Key: ARTEMIS-2476
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2476
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: MQTT
> Affects Versions: 2.10.0, 2.10.1
> Reporter: Assen Sharlandjiev
> Priority: Blocker
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> I have observed that new MQTT subscriptions on a given topic, receive older
> retained messages. Instead of getting the latest retained message published
> on the topic, the new subscription received an older message, published
> before that last one.
>
> I have created a [mqtt-test|https://github.com/assens/mqtt-test] project that
> demonstrated the problem. Check the readme, and run the Artemis broker test:
>
> mvn -Dtest=ArtemisTest verify
>
> The test project contains multiple MQTT brokers tests. Only Artemis broker
> tests fail.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)