You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2021/08/13 14:33:25 UTC

[activemq-website] branch main updated: Clarify supported MQTT versions

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 1f8fbea  Clarify supported MQTT versions
     new bb4f569  Merge pull request #55 from lucastetreault/patch-2
1f8fbea is described below

commit 1f8fbeaab4bfaf57c92b3ae85017a4f729c5052f
Author: Lucas Tétreault <te...@amazon.com>
AuthorDate: Wed Aug 11 19:52:45 2021 -0700

    Clarify supported MQTT versions
    
    We (Amazon MQ) could not find if ActiveMQ Classic supports MQTT v3.1 or 3.1.1 or both. Based on this Jira ticket (https://issues.apache.org/jira/browse/AMQ-4990) and the tests here (https://github.com/apache/activemq/blob/main/activemq-mqtt/src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java) it seems that it supports both 3.1 and 3.1.1.
---
 src/mqtt.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/mqtt.md b/src/mqtt.md
index a038348..726cbe9 100644
--- a/src/mqtt.md
+++ b/src/mqtt.md
@@ -12,6 +12,10 @@ ActiveMQ supports the [MQTT](http://mqtt.org/) protocol and will automatically m
 
 Please see the [MQTT site](http://mqtt.org/) for more details
 
+### Supported versions
+
+ActiveMQ supports MQTT [v3.1.1](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html) and [v3.1](https://public.dhe.ibm.com/software/dw/webservices/ws-mqtt/mqtt-v3r1.html).
+
 ### Enabling the ActiveMQ Broker for MQTT
 
 Its very easy to enable ActiveMQ for MQTT. Just add a connector to the broker using the MQTT URL.