Robbie Gemmell created QPID-5496:
------------------------------------

             Summary: [Java Broker] allow adding a default group for 'regular 
groups' and allow removing the default group when using 'shared groups'
                 Key: QPID-5496
                 URL: https://issues.apache.org/jira/browse/QPID-5496
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Robbie Gemmell
            Assignee: Robbie Gemmell
             Fix For: Future


The Java broker currently supports two types of message grouping:
- A 'regular' mode where groups are assigned to consumers for the life of the 
consumer, and messages without a group value are treated as not having a group.
- A 'shared groups' mode that operates like the C++ broker grouping whereby 
groups can float between consumers when no consumer currently has any 
unacknowledged messages for the group, and any messages without a group value 
are assigned to a default group (qpid.no-group unless configured otherwise) 
which cant be disabled.

This enhancement would add the ability to set a default group for the 'regular' 
grouping mode, and add the ability to remove the default group from the 'shared 
groups' mode.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to