moquette-io / moquette

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

Implement Subscription identifier #801

Closed andsel closed 5 months ago

andsel commented 6 months ago

General description

A client (subscriber) can tag his subscription topics so that when it receives a PUBLISH he can know which subscriptions were matched by the triggering publish.

MQTT 5 specification (relevant to server implementation)

Publish properties 3.3.2.3.8

Publish action 3.3.4

Subscribe properties 3.8.2.1.2

Subscribe action 3.8.4

Task list