Hello, My STOMP client receives populated priority header values when it consumes OpenWire JMS messages with valid JMSPriority values except 4. Is this expected behavior because 4 is the default JMSPriority value? Should the STOMP client assume the priority is 4 if the priority header is undefined?
This occurs with an Artemis broker, an OpenWire producer, and a stompit consumer. Thank you, Aaron