GitHub user gemmellr opened a pull request:
https://github.com/apache/activemq-artemis/pull/2144
ARTEMIS-1934: fix handling/accounting of sent AMQP connection data
Fix for https://issues.apache.org/jira/browse/ARTEMIS-1934 with some tests,
plus improvements for the existing max frame size tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gemmellr/activemq-artemis ARTEMIS-1934
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2144.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 #2144
----
commit 9a3442f0bd29d77e02eca2f57b4e3adfec5b2f75
Author: Robbie Gemmell <robbie@...>
Date: 2018-06-15T19:27:28Z
ARTEMIS-1934: fix handling/accounting of sent amqp connection data
updates max frame size tests to verify behaviour seen with standalone
brokers rather than non represenative test-only conditions, as well
as more closely validate the recieved messages
----
---