Skip to content

Export Import format CQM

Frieder Reinhold edited this page Mar 23, 2022 · 1 revision

CorreoMQTT is able to export and import messages using a JSON format:

{
  "topic": string,
  "payload": string,
  "qos": int,
  "retained": boolean,
  "dataTime": string(date),
  "messageId": string
  "messageType": INCOMING|OUTGOING
  "publishStatus": PUBLISHED|SUCCEEDED|FAILED
}

Files containing a message must have the file postfix .cqm.

Clone this wiki locally