8063110644
MQTT 5 is an OASIS standard which debuted in March 2019. It boasts numerous improvments over its predecessor (i.e. MQTT 3.1.1) which will benefit users. These improvements are summarized in the specification at: https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901293 The specification describes all the behavior necessary for a client or server to conform. The spec is highlighted with special "normative" conformance statements which distill the descriptions into concise terms. The specification provides a helpful summary of all these statements. See: https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901292 This commit implements all of the mandatory elements from the specification and provides tests which are identified using the corresponding normative conformance statement. All normative conformance statements either have an explicit test or are noted in comments with an explanation of why an explicit test doesn't exist. See org.apache.activemq.artemis.tests.integration.mqtt5 for all those details. This commit also includes documentation about how to configure everything related to the new MQTT 5 features. |
||
---|---|---|
.. | ||
src | ||
pom.xml |