Not at the current time.

On 9/13/06, samahome <[EMAIL PROTECTED]> wrote:

Does this mean ActiveMQ(Version 4.0.1) does not support Message priorities ?

If it does support, could you please point me to some specific
documentation ?

Regards
Sreenivas Sama




Ramzi Saba wrote:
>
> Per AMQ-122, the existing ActiveMQ implementation does not support
> message priority.
>
> I was able to make straightforward changes to MemoryBoundedQueue to
> store packets in one of 10 linked lists (DefaultQueueList) based on the
> packet's priority.  Per the JMS spec, I support priorities 0 thru 9.  On
> dequeue, I try to consume packets from the 10 linked lists by priority.
>
> I just wanted to run this idea by you guys before I submit to SVN HEAD.
>
> Let me know if you have any concerns.
>
> Thanks.
> -ramzi
>
>

--
View this message in context: 
http://www.nabble.com/-activemq-dev--Support-for-message-priority-%28AMQ-122%29-tf135416.html#a6297119
Sent from the ActiveMQ - Dev forum at Nabble.com.




--
Regards,
Hiram

Blog: http://hiramchirino.com

Reply via email to