You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want the measurement data topic to have priority over other publish topics. We are using RabbitMQ as the MQTT broker. Maybe there is a way to set certain to higher priority in the RabbitMQ broker itself, but I haven't found it yet.
The text was updated successfully, but these errors were encountered:
russellgsystems
changed the title
How do we set certain publish message to be priority over other messages?
How do we set certain publish topics to be priority over other topics?
Nov 9, 2022
There is no such priority queues defined in MQTT protocol. If RabbitMQ broker supports it, this is an added feature of that broker, and not part of the spec. You could extend the LV MQTT Server class to recognize certain messages as being priority messages, but I am unsure how deep you'd have to go.
Alternatively, you could setup a dual-port broker (two brokers running concurrently) where one port is prioritized for the execution in your aggregate application.
We want the measurement data topic to have priority over other publish topics. We are using RabbitMQ as the MQTT broker. Maybe there is a way to set certain to higher priority in the RabbitMQ broker itself, but I haven't found it yet.
The text was updated successfully, but these errors were encountered: