[
https://issues.apache.org/activemq/browse/AMQ-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41379#action_41379
]
Thomas Louis commented on AMQ-122:
----------------------------------
I've got the same problem. I testet the versions 4.1.1, 5.0.0 and 5.1 SNAPSHOT
from today and always got an
Caused by: org.springframework.beans.InvalidPropertyException: Invalid property
'supportJMSPriority' of bean class
[org.apache.activemq.xbean.XBeanBrokerService]: No property
'supportJMSPriority' found
with the change in conf/activemq.xml
<broker xmlns="http://activemq.org/config/1.0" brokerName="localhost"
dataDirectory="${activemq.base}/data" supportJMSPriority="true">
I also didn't finde occurence of the supportJMSPriority attribute in the
current activemq config schema.
Thanks for any advice.
Thomas
> 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
> Assignee: Ramzi Saba
> Fix For: 5.1.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.