Make network duplicate subscription suppression feature priority based when
networkConsumerPrioritys are in play.
-----------------------------------------------------------------------------------------------------------------
Key: AMQ-2298
URL: https://issues.apache.org/activemq/browse/AMQ-2298
Project: ActiveMQ
Issue Type: Improvement
Components: Broker
Affects Versions: 5.3.0
Reporter: Gary Tully
Assignee: Gary Tully
Fix For: 5.3.0
Improvement to duplicate subscription suppression feature for queues
http://issues.apache.org/activemq/browse/AMQ-2198
Rather than first subscription wins, allow a higher priority subscription to
replace an existing duplicate subscription.
Given brokers A,B,C, a consumer on A can be visible on C as A-C or A-B-C. With
suppression, only one would be allowed but it was non deterministic. With this
improvement, when decreaseNetworkConsumerPriority is uses, A-C will replace
A-B-C as it will have higher priority.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.