Hello, 
I'm starting to use ActiveMQ v5.3.2 and I need to prioritize messages sent
whith several priorities. 
I modify configurationĀ“s brokers like this
    <broker useJmx="true" useShutdownHook="false" supportJMSPriority="true">
And I  establish message and sender priority
     message.setJMSPriority(priority) 
     sender.setPriority(priority) 
But activemq delivers message without priority.
I see https://issues.apache.org/activemq/browse/AMQ-122 and I would like
knowing if the error is solved.

How can I use priority with activemq?

Thanks 



-- 
View this message in context: 
http://old.nabble.com/Priority-message-tp28878604p28878604.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to