Regarding the ">" destination wildcard(http://activemq.apache.org/wildcards.html), I see an example in http://activemq.apache.org/how-can-i-support-priority-queues.html where is shows the use of just ">" when setting a destination policy for all queues. Specifically, the example shows:
<policyEntry queue=">" prioritizedMessages="true"/> Some testing on a couple of Solaris platforms works when I specify the actual queue specifically when setting prioritizedMessages to true. However, it does not when simply specifying ">" in attempt to set prioritizedMessages to true for all queues. Does the use of the ">"(recursively match any destination starting from this name) wildcard require at least one character preceding the greater-than sign? ----- Stephen Vincent -- View this message in context: http://activemq.2283324.n4.nabble.com/Does-the-destination-wildcard-require-at-least-one-character-preceding-it-tp4662468.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.