MQ

MQ

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Webcast Question: Can a message be queued at the MQTT Client side?

  • 1.  Webcast Question: Can a message be queued at the MQTT Client side?

    Posted Tue February 05, 2013 12:11 PM

    This question was part of the 1/31 webcast: MQTT For Your Hybrid Mobile App Messaging:

    Question: Can a message be queued at the MQTT Client side?



  • 2.  Webcast Question: Can a message be queued at the MQTT Client side?

    Posted Wed February 27, 2013 12:31 PM
    The MQTT clients will queue up a limited number of QoS 1 or QoS 2 messages and if there's a network connection failure they will (re)transmit them when the connection is reestablished. They won't accept messages if they know that they don't have a connection at the time when the application tries to send them. So if an application wishes to operate in disconnected mode, then it has to queue messages up itself.