moquette-io / moquette

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

Updated will publishing to contains also the message expire property #824

Closed andsel closed 2 months ago

andsel commented 2 months ago

Release notes

Updated will publishing to contains also the message expire property.

What does this PR do?

Change the publishing of will messages (PostOffice.publishWill method) to include also the message expiry property.

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

Completes the development to support message expiry, implementing the will publishing part.

Checklist

Author's Checklist

How to test this PR locally

Related issues

Use cases