JMSPriority header value is not propagated
------------------------------------------
Key: AMQ-2247
URL: https://issues.apache.org/activemq/browse/AMQ-2247
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.2.0
Environment: Debian testing 32 bit x86. IBM jvm 1.6.0-4
Reporter: Jerry Quinn
I'm trying to use selectors to simulate priority in queues. I found that if I
use Message.setJMSPriority() with a different number from the default, that
number gets ignored and the default value of 4 is put in the message. Looking
at messages in the broker admin web app, the priority is set to 4.
If I instead use MessageProducer.setPriority() to set this, I can successfully
change the priority in the header.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.