1) First Publisher publish on topic A. Then Subscriber subscribe on topic A. Will subscriber gets notification for topic A, published before subscription? If yes, how many such notifications are preserved for the subscriber coming up later? Also is it possible that a message is published before subscriber is subscribed and message is delivered to subscriber when it is subscribed? Thanks in Advance. Regards, Bhashkar
2)
3)
--
To learn more about MQTT please visit http://mqtt.org
---
You received this message because you are subscribed to the Google Groups "MQ Telemetry Transport" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mqtt+uns...@googlegroups.com.
To post to this group, send email to mq...@googlegroups.com.
Visit this group at http://groups.google.com/group/mqtt.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to mqtt+unsubscribe@googlegroups.com.
1. If a client connects with cleanSession=false, subscribes and then disconnects, when it reconnects (again cleanSession=false and the same client id) it will receive messages that were published whilst to was not connected.