GitHub user tabish121 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2087
ARTEMIS-1861 Set a max-frame-size on AMQP connections by default
Configure a value of 128KB for AMQP max frame size by default to improve
overall performance and provide a limit on delivery size before chunking
begins.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tabish121/activemq-artemis ARTEMIS-1861
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2087.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 #2087
----
commit 9e008523b54c31f0d7ad7912405d9636ac68c998
Author: Timothy Bish <tabish121@...>
Date: 2018-05-11T16:57:22Z
ARTEMIS-1861 Set a max-frame-size on AMQP connections by default
Configure a value of 128KB for AMQP max frame size by default to improve
overall performance and provide a limit on delivery size before chunking
begins.
----
---