jbertram opened a new pull request #3907:
URL: https://github.com/apache/activemq-artemis/pull/3907


   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to