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

Gary Tully resolved AMQ-2106.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 5.7.0

The key to rebalance, now that group load is part of consumer priority, is 
periodic group termination using a negative sequence number property. 
message.setIntProperty("JMSXGroupSeq", -1);
                
> Allow broker to evenly distribute message groups among consumers
> ----------------------------------------------------------------
>
>                 Key: AMQ-2106
>                 URL: https://issues.apache.org/jira/browse/AMQ-2106
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: Broker
>    Affects Versions: 5.2.0
>            Reporter: Dejan Bosanac
>            Assignee: Gary Tully
>             Fix For: 5.7.0, 5.x
>
>
> Currently the broker will not reassign message groups if new consumers 
> becomes available (or existing ones are removed). We could allow the broker 
> to try reassign the message groups when consumers are added/removed so that 
> we have a even distribution among consumers. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to