Client A creates an AMQP queue named “pQueue,” binds it to the amq.topic exchange and the routing key named test.topic, and designates it as “priority-queue,” and Client B publishes an mqtt message to the topic test.topic.
It is working well, but Client B publishing the message to “pQueue” by mqtt, so it cannot be prioritized.
In this situation, I wonder if there is a way for client B to set a Priority To Each Msg and send a message, or if there is an alternative.
I tried to set it up through a policy, but there was no priority-related part, and even if I looked for the frame of the header part of the mqtt message, I couldn’t see the priority-related part.