You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by "praveen.sharma" <pr...@ll.mit.edu> on 2009/09/01 01:08:06 UTC

ApacheMQ 5.3, Topic priority

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&amp;maxMessagesPerTask=-1&amp;priority=9&explicitQoSEnabled=true"/>
<from
uri="jms:topic:bar&amp;maxMessagesPerTask=-1&amp;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.