Uploaded image for project: 'OASIS Message Queuing Telemetry Transport (MQTT) TC'
  1. OASIS Message Queuing Telemetry Transport (MQTT) TC
  2. MQTT-235

NoLocal Subscription for MQTT Subscribers

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Closed
    • Priority: Critical
    • Resolution: Fixed
    • Affects Version/s: 5
    • Fix Version/s: 5, wd07
    • Component/s: core
    • Labels:
      None
    • Proposal:
      Hide

      Section 3.8.3

      Bit 2 of the requested QoS byte of the SUBSCRIBE packet is used to indicate whether or not the subscription is noLocal. If the bit is 1, PUBLISH packets must not be sent to the originating Client ID. A noLocal subscribe request is an error if it is applied to a shared subscription; the SUBACK response will contain the appropriate error code.

      Show
      Section 3.8.3 Bit 2 of the requested QoS byte of the SUBSCRIBE packet is used to indicate whether or not the subscription is noLocal. If the bit is 1, PUBLISH packets must not be sent to the originating Client ID. A noLocal subscribe request is an error if it is applied to a shared subscription; the SUBACK response will contain the appropriate error code.

      Description

      Based on a query in MQTT Google group, a query was posted with a requirement that the server should not publish message to a subscriber if messages are published by the same client-id and subscribed by the using the same client-id for the same topic. In this case a client connection may both publish and subscribe to a topic and the subscriber should inhibit the delivery of messages published by its own connection. This feature is available in JMS and a subscriber can inhibit to receive publication by using the noLocal flag during subscription.

      This feature is also needed to enable bridging and making proxy subscription between servers so as to stop messages going round in loops.

      I would like propose to add a element in SUBSCRIBE Control packet for individual subscriptions to make a choice on noLocal parameter. This field could be shared in the same byte as for requstedQos.

        Attachments

          Activity

            People

            • Assignee:
              ken.borgendale Ken Borgendale (Inactive)
              Reporter:
              ragupta2 Rahul Gupta
            • Watchers:
              9 Start watching this issue

              Dates

              • Due:
                Created:
                Updated:
                Resolved: