XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Closed
    • Priority: Critical
    • Resolution: No Action
    • Affects Version/s: 5
    • Fix Version/s: None
    • Component/s: futures
    • Labels:
      None
    • Proposal:
      Hide

      Provide a way of publishing a set of messages indicating that they are numbered fragments of a larger message, transmitting and acknowledging each of the fragments independently. This enables the interleaving of other messages in between the fragments and also retransmission of only the interrupted fragment following a network disconnection.

      Show
      Provide a way of publishing a set of messages indicating that they are numbered fragments of a larger message, transmitting and acknowledging each of the fragments independently. This enables the interleaving of other messages in between the fragments and also retransmission of only the interrupted fragment following a network disconnection.
    • Resolution:
      Hide

      No objections to closing this.

      Show
      No objections to closing this.

      Description

      MQTT has an architected limit of 256MB for the message payload. In practice, transmitting a message this large is troublesome. First, the transmission of large messages ties up the network connection for a considerable time, potentially blocking smaller messages. Second, the longer a message takes to transmit, the higher the chance that a network outage will interrupt the transmission, which would then have to be restarted from the beginning. MQTT would make a good transport for delivery of large payloads, in particular device firmware, but only if they can be transmitted in a more manageable way.

        Attachments

          Activity

            People

            • Assignee:
              andrew_schofield Andrew Schofield (Inactive)
              Reporter:
              andrew_schofield Andrew Schofield (Inactive)
            • Watchers:
              5 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: