OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

mqtt message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Updated: (MQTT-58) How many messages are received for overlapping subscriptions?


     [ http://tools.oasis-open.org/issues/browse/MQTT-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Coppen updated MQTT-58:
-------------------------------

    Proposal: 
From line 833 "Publish" WD12. Insert the following text

When clients make subscriptions with topic filters that include wild cards, it is possible for a client's subscriptions to overlap so that a published message might match multiple filters. In this case the server MUST deliver the message to the client respecting the maximum QoS of all the matching subscriptions. In addition, the server MAY deliver further copies of the message, one for each additional matching subscription and respecting the subscription's QoS in each case.

From line 966 "Subscribe Response" (In addition to wording relating to issue MQTT-59, add the following text)

Where the subscription is not identical to an existing subscription, a new subscription is created and all matching retained publications are sent.

  was:Where a Client has made multiple subscribes with overlapping Topic Filters, the Server MAY send one message per Client or one message per matching subscribe. 


> How many messages are received for overlapping subscriptions?
> -------------------------------------------------------------
>
>                 Key: MQTT-58
>                 URL: http://tools.oasis-open.org/issues/browse/MQTT-58
>             Project: OASIS Message Queuing Telemetry Transport (MQTT) TC
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 3.1.1
>            Reporter: Allan Stockdill-Mander 
>             Fix For: 3.1.1
>
>
> A client has subscribed to a/+ with QoS2 and a/b with QoS1. A message is published to a/b. Does the client receive one or two messages? If one which QoS would apply?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]