GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/1176
ARTEMIS-1095 Netty's WriteBufferWaterMark configuration via
TransportConstants
By default Netty uses the write buffer high/low water mark to perform flow
control while on the event loop.
I've added the configuration (+ default) of these values and the
documentation that explain their purpose.
I've not changed too much the original default values defined by Netty to
not impact the current tests and known behaviours around the Netty transport
usage.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis
write_buffer_water_mark_config
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1176.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 #1176
----
commit 999659f4e2e70e0d5a064a6dcd84cb78eb4bcfd3
Author: Francesco Nigro <[email protected]>
Date: 2017-04-06T09:33:29Z
ARTEMIS-1095 Netty's WriteBufferWaterMark configuration via
TransportConstants
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---