You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The Azure Event Grid currently has Message Queuing Telemetry Transport (MQTT) v3.1.1 support with the current following limitations:

  • QoS2 and Retain Flag aren't supported yet.
    • A publish request with a retain flag or QoS2 fails and closes the connection.
  • Message ordering isn't guaranteed.
  • Keep Alive Maximum is 1160 seconds.


The Cirrus Link MQTT Modules are Sparkplug v3.0.0 compliant if using Primary Host will always include a Will Message with the retain flag set as part of the client connection. 

If Primary Host is required, they cannot be used with Azure Event Grid until retained messages are supported. 

Azure Event Grid has a max message limitation of 1Mb. Review our How can I reduce the message size published by MQTT Transmission if you run into this limitation.

  • No labels