From dev-return-69907-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Wed Feb 13 07:44:07 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A9C31180763 for ; Wed, 13 Feb 2019 08:44:06 +0100 (CET) Received: (qmail 88261 invoked by uid 500); 13 Feb 2019 07:44:05 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 88240 invoked by uid 99); 13 Feb 2019 07:44:05 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2019 07:44:05 +0000 From: GitBox To: dev@activemq.apache.org Subject: [GitHub] billpoole-mi commented on issue #2548: ARTEMIS-2118 Enhanced Message Groups Support Message-ID: <155004384488.18960.15161134616432693830.gitbox@gitbox.apache.org> Date: Wed, 13 Feb 2019 07:44:04 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit billpoole-mi commented on issue #2548: ARTEMIS-2118 Enhanced Message Groups Support URL: https://github.com/apache/activemq-artemis/pull/2548#issuecomment-463093142 There may be a workable workflow for transferring ownership of a message group, where that workflow is cooperation between Artemis and the existing consumer assigned for that message group. What if a message group is flagged for rebalancing when the need arises. Then, the next message to arrive in that message group is sent to the existing consumer with a special header that informs the consumer that the message group is being reassigned. That consumer is then expected to "release" all messages it is working on in that message group back to Artemis, which then sends them to the newly assigned consumer for that message group. If no further message turns up, then it's not really a load balancing issue. What do you think? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services