You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Joe Luo (JIRA)" <ji...@apache.org> on 2014/09/16 15:22:33 UTC

[jira] [Created] (AMQ-5360) mqtt-doc: Wild card mapping tables in the doc is wrong

Joe Luo created AMQ-5360:
----------------------------

             Summary: mqtt-doc: Wild card mapping tables in the doc is wrong
                 Key: AMQ-5360
                 URL: https://issues.apache.org/jira/browse/AMQ-5360
             Project: ActiveMQ
          Issue Type: Bug
          Components: Documentation
            Reporter: Joe Luo


The wild card mapping table in the following documentation page is wrong:
http://activemq.apache.org/mqtt.html

The correct mapping should be the following:

'.' => '/'
'*' => '+'
'>' => '#'

so in ActiveMQ wildcard '*' should map to single-level wildcard '+' in MQTT while wildcard '>' should map to multi-level wildcard '#' in MQTT.

http://activemq.apache.org/wildcards.html
http://public.dhe.ibm.com/software/dw/webservices/ws-mqtt/MQTT_V3.1_Protocol_Specific.pdf




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)