From dev-return-63963-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Fri Feb 2 19:08:22 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 21A99180608 for ; Fri, 2 Feb 2018 19:08:22 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 11289160C49; Fri, 2 Feb 2018 18:08:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4FC7F160C25 for ; Fri, 2 Feb 2018 19:08:21 +0100 (CET) Received: (qmail 33642 invoked by uid 500); 2 Feb 2018 18:08:20 -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 33630 invoked by uid 99); 2 Feb 2018 18:08:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2018 18:08:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9CB7EDFB31; Fri, 2 Feb 2018 18:08:19 +0000 (UTC) From: franz1981 To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq-artemis pull request #1842: ARTEMIS-1656 OpenWire scalability impro... Content-Type: text/plain Date: Fri, 2 Feb 2018 18:08:19 +0000 (UTC) GitHub user franz1981 opened a pull request: https://github.com/apache/activemq-artemis/pull/1842 ARTEMIS-1656 OpenWire scalability improvements The improvements included are: - exclusive OpenWireFormat instances for input/output message paths - direct ByteBuf pooling for messages sent across connection - groupId pooling - stateless OpenWire converter You can merge this pull request into a Git repository by running: $ git pull https://github.com/franz1981/activemq-artemis open_wire_scalability Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/1842.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1842 ---- commit c2a9f884edead8634cea0e872b6252924db1a420 Author: Francesco Nigro Date: 2018-02-02T11:59:16Z ARTEMIS-1656 OpenWire scalability improvements The improvements included are: - exclusive OpenWireFormat instances for input/output message paths - direct ByteBuf pooling for messages sent across connection - groupId pooling - stateless OpenWire converter ---- ---