How is priority handled for ActiveMQ Topics? Are the messages for the higher priority topics guaranteed to be dispatched before then the ones with the lower priority messages?
For example, will configuring jms uri in ApacheCamel (1.6.1) (as described at http://camel.apache.org/jms.html and shown below) ensure that topic foo will have a higher priority and topic bar will have a lower priority? <from uri="jms:topic:foo&maxMessagesPerTask=-1&priority=9&explicitQoSEnabled=true"/> <from uri="jms:topic:bar&maxMessagesPerTask=-1&priority=4&explicitQoSEnabled=true"/> -- View this message in context: http://www.nabble.com/ApacheMQ-5.3%2C-Topic-priority-tp25231814p25231814.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.