Description
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
<policyMap> <policyEntries> <policyEntry queue="DomainA.DomainB.>" memoryLimit="20mb" /> <policyEntry queue="DomainA.DomainB.*.*.Prioritised.Queue" memoryLimit="5000000" prioritizedMessages="true" /> </policyEntries> </policyMap>
Attachments
Issue Links
- is related to
-
AMQ-6109 Destination with wildcard may not have correct policy applied
- Resolved