GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2307
ARTEMIS-2070 broker can reduce buffer copies with large messages
It includes several improvements on large messages:
- AMQP and OpenWire: it reduces the number of copies of the whole file size
- CORE: it allows to pool the chunks used to stream the message while
consuming it
The policy chosen to pool the chunks makes use of the available credits,
but can be made less aggressive if is safe enough.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-2070
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2307.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 #2307
----
commit ffe494c6f93745fd7ef5ced0b6bbf391b4f43eaf
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-08-31T18:32:48Z
ARTEMIS-2070 broker can reduce buffer copies with large messages
----
---