From commits-return-63583-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Thu Jun 10 18:13:21 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 7612C18037A for ; Thu, 10 Jun 2021 20:13:21 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id AA4AC4349C for ; Thu, 10 Jun 2021 18:13:20 +0000 (UTC) Received: (qmail 44257 invoked by uid 500); 10 Jun 2021 18:13:20 -0000 Mailing-List: contact commits-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 commits@activemq.apache.org Received: (qmail 44248 invoked by uid 99); 10 Jun 2021 18:13:20 -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; Thu, 10 Jun 2021 18:13:20 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 29F6881A86; Thu, 10 Jun 2021 18:13:20 +0000 (UTC) Date: Thu, 10 Jun 2021 18:13:19 +0000 To: "commits@activemq.apache.org" Subject: [activemq-artemis] branch main updated (3ff70cb -> 88122e0) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162334879979.25863.15840848792238384798@gitbox.apache.org> From: clebertsuconic@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: activemq-artemis X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Oldrev: 3ff70cb7d35133ac786d930d820a34bed11c831a X-Git-Newrev: 88122e0cd1dc323c757a21f5f85dca22d48b2e06 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git. from 3ff70cb ARTEMIS-3334 suggest to use the etc directory, which is already in the classpath and also has all other config files add 88122e0 ARTEMIS-3331 - RA improvements to work well with more Servers No new revisions were added by this update. Summary of changes: .../jms/client/ActiveMQConnectionFactory.java | 4 +- .../activemq/artemis/ra/ActiveMQRALogger.java | 6 +- .../artemis/ra/ActiveMQRAMCFProperties.java | 19 ++++- .../ra/ActiveMQRAManagedConnectionFactory.java | 96 +++++++++++++++++++++- .../artemis/ra/ActiveMQRASessionFactoryImpl.java | 2 +- .../artemis/ra/ConnectionFactoryProperties.java | 5 +- .../artemis/ra/inflow/ActiveMQActivationSpec.java | 3 +- .../features/sub-modules/artemis-ra-rar/pom.xml | 36 +++++++- .../artemis-ra-rar/src/main/resources/ra.xml | 56 +++---------- pom.xml | 2 +- 10 files changed, 173 insertions(+), 56 deletions(-)