moquette-io / moquette

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

Feature/message expiry for queued #822

Closed andsel closed 8 months ago

andsel commented 8 months ago

Release notes

Avoid to publish messages that has elapsed its expire property.

What does this PR do?

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

Implements part of the message expiry requirement.

Checklist

Related issues