store messages when a client subscribed to a topic disconnects

Asked by blackjackpsp

Hi, I wanted to know if there is a way to store all the messages that arrive on a particular topic if a client in writing to that topic is disconnected for any reason , and then make them get when you reconnect

Question information

Language:
English Edit question
Status:
Expired
For:
mosquitto Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
blackjackpsp (blackjackpsp) said :
#2

Hello , I tried to implement a permanent connection using the client that runs on websocket parameter cleanSession = false in this way it will be done the storage of messages until the client will not make again subscribe to those specific topic . The only problem is that when I remove the connection to this client and then later reconnect , messages stored not arrive until the client receives another message . There needs to be some special configuration of the broker ?

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.