[
https://issues.apache.org/jira/browse/ARTEMIS-966?focusedWorklogId=877343&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-877343
]
ASF GitHub Bot logged work on ARTEMIS-966:
------------------------------------------
Author: ASF GitHub Bot
Created on: 21/Aug/23 16:50
Start Date: 21/Aug/23 16:50
Worklog Time Spent: 10m
Work Description: jbertram opened a new pull request, #4583:
URL: https://github.com/apache/activemq-artemis/pull/4583
Durable subscrption state is part of the MQTT specification which has not
been supported until now. This functionality is implemented via an internal
last-value queue. When an MQTT client creates, updates, or adds a subscription
a message using the client-ID as the last-value is sent to the internal queue.
When the broker restarts this data is read from the queue and populates the
in-memory MQTT data-structures. Therefore subscribers can reconnect and resume
their session's subscriptions without have to manually resubscribe.
Issue Time Tracking
-------------------
Worklog Id: (was: 877343)
Remaining Estimate: 0h
Time Spent: 10m
> MQTT Session States do not survive a reboot
> -------------------------------------------
>
> Key: ARTEMIS-966
> URL: https://issues.apache.org/jira/browse/ARTEMIS-966
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: MQTT
> Reporter: Martyn Taylor
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)