Does AWS-IOT Mqtt Broker remember subscribed clients and undelivered messages across client Connections?
AWS Documentation here ( [ http://docs.aws.amazon.com/iot/latest/developerguide/iot-message-broker.html] ) says this :- "The message broker maintains a list of all client sessions and the subscriptions for each session. When a message is published on a topic, the broker checks for sessions with subscriptions that map to the topic. The broker then forwards the publish message to all sessions that have a currently connected client. For all matching sessions that do not have a connected client, the broker saves the message for delivery when the clients connect." However, here ( [ http://docs.aws