Hi!
I am testing the mqtt transmission module. I want to understand how this module publishes a topic on the broker.
mqtt specifics define three level of QoS:
At most once (0)
At least once (1)
Exactly once (2)
What qos is used in mqtt transmission module? Is it possible to change?
If you’re using Sparkplug and not just a generic namespace then the QoS for various messages is defined by the spec and cannot be changed. Most messages require QoS 0, the “Birth Certificate Topic (STATE)” and “Death Certificate Topic (STATE)” require QoS 1.