Return-Path: X-Original-To: apmail-activemq-issues-archive@minotaur.apache.org Delivered-To: apmail-activemq-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5784F18A49 for ; Wed, 4 Nov 2015 00:31:28 +0000 (UTC) Received: (qmail 14080 invoked by uid 500); 4 Nov 2015 00:31:27 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 14045 invoked by uid 500); 4 Nov 2015 00:31:27 -0000 Mailing-List: contact issues-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 issues@activemq.apache.org Received: (qmail 14028 invoked by uid 99); 4 Nov 2015 00:31:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2015 00:31:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B72FD2C1F63 for ; Wed, 4 Nov 2015 00:31:27 +0000 (UTC) Date: Wed, 4 Nov 2015 00:31:27 +0000 (UTC) From: "Justin Bertram (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ARTEMIS-293) Rebalance JCA RA inflow connections when cluster topology changes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ARTEMIS-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Bertram resolved ARTEMIS-293. ------------------------------------ Resolution: Fixed > Rebalance JCA RA inflow connections when cluster topology changes > ----------------------------------------------------------------- > > Key: ARTEMIS-293 > URL: https://issues.apache.org/jira/browse/ARTEMIS-293 > Project: ActiveMQ Artemis > Issue Type: New Feature > Affects Versions: 1.1.0 > Reporter: Justin Bertram > Assignee: Justin Bertram > Fix For: 1.1.1 > > > The inflow connections for an MDB (or other JCA inflow component) are typically long-lived. This is normally a good thing. However, when MDBs are consuming messages from a remote cluster and the topology of that cluster changes (i.e. a node is added to increase capacity or removed for maintenance) the inflow connections don't react in an efficient way. The RA should detect topology changes and re-balance the inflow connections across the new topology. -- This message was sent by Atlassian JIRA (v6.3.4#6332)