[GitHub] activemq-artemis pull request #1842: ARTEMIS-1656 OpenWire scalability impro...

2018-02-02 Thread franz1981
Github user franz1981 closed the pull request at:

https://github.com/apache/activemq-artemis/pull/1842


---


[GitHub] activemq-artemis pull request #1842: ARTEMIS-1656 OpenWire scalability impro...

2018-02-02 Thread franz1981
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




---