Hello,
Today I posted
https://issues.apache.org/activemq/browse/AMQ-3006.
Basically it suggest to use the default value 4 (instead of 0) for the
JMS message priority when a Stomp frame is received by the broker
which has no priority header.
Currently the Stomp implementations show different behaviour:
ActiveMQ uses 0 as default value
HornetQ uses 0
Open Message Queue (OpenMQ) uses 4 as default value
Can this be specified in the Stomp 1.1 version (JMS-mapping section)
so that clients can rely on the broker default value? Without a
standard default, not knowing the broker behavior, every client would
have to set the priority always. Message size could be kept small if
the broker-independent default value can be omitted from the Stom
header.