You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Christopher L. Shannon (JIRA)" <ji...@apache.org> on 2015/10/07 18:54:27 UTC

[jira] [Updated] (AMQ-5972) Policy entries not applied in correct order

     [ https://issues.apache.org/jira/browse/AMQ-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher L. Shannon updated AMQ-5972:
----------------------------------------
    Fix Version/s: 5.12.1

> Policy entries not applied in correct order
> -------------------------------------------
>
>                 Key: AMQ-5972
>                 URL: https://issues.apache.org/jira/browse/AMQ-5972
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.12.0
>            Reporter: Dejan Bosanac
>            Assignee: Dejan Bosanac
>             Fix For: 5.12.1, 5.13.0
>
>
> When we have multiple policy entries with wildcards that matches a single destination, we want the most specific one to be applied. In some cases at the moment, the wrong policy can be applied. For example
> {code}
>      <policyMap>
>        <policyEntries>
>          <policyEntry queue="DomainA.DomainB.>" memoryLimit="20mb" />
>          <policyEntry queue="DomainA.DomainB.*.*.Prioritised.Queue" memoryLimit="5000000" prioritizedMessages="true" />
>        </policyEntries>
>      </policyMap>{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)