You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Philippe Cote (JIRA)" <ji...@apache.org> on 2007/02/27 00:21:03 UTC

[jira] Commented: (AMQ-122) add support for priority message ordering

    [ https://issues.apache.org/activemq/browse/AMQ-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38606 ] 

Philippe Cote commented on AMQ-122:
-----------------------------------

Hi,

I'm having the same issue. In my case, I cannot simply use a message selector because I need to have a fixed amount of consumers.

I have a maximum of six consumers allowed, and they are used to process both low and high-priority messages.

I would like to be able to use my six listeners to the maximum of their capacity instead of dedicating a certain number to low-priority messages and the rest to high-priority messages...

Could someone please point me to a patch or fix this issue ?

Thanks !

Philippe

> add support for priority message ordering
> -----------------------------------------
>
>                 Key: AMQ-122
>                 URL: https://issues.apache.org/activemq/browse/AMQ-122
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: JMS client
>    Affects Versions: 4.0
>         Environment: Solaris 8, Linux, Windows , Java 1.4.2
>            Reporter: Etienne Araya
>         Assigned To: Ramzi Saba
>             Fix For: 4.2.0
>
>   Original Estimate: 8 hours
>  Remaining Estimate: 8 hours
>
> messages with higher priority is not consumed first
> ActiveMQ doesn't yet support priorities.
> messages with greater priority are not consumed first but that are consumed in the arrival order.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.