moquette-io / moquette

Java MQTT lightweight broker
http://moquette-io.github.io/moquette/
Apache License 2.0
2.27k stars 814 forks source link

Updates retained messages management to hanbdle message expiry interval #819

Closed andsel closed 4 months ago

andsel commented 4 months ago

Release notes

Implements the management of message expiry for retained part.

What does this PR do?

Update retained messages handling to store and retrieve the message expiry property if present in publish.

Why is it important/What is the impact to the user?

Implements message expiry feature for retained messages aspect.

Checklist

Related issues