GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/1792
ARTEMIS-1621 Make producerWindowSize configurable on clusterconnection
bridges
The cluster connection bridge hard codes its producerWindowSize to -1
(meaning no producer flow control) even if you configure it otherwise.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis gart1621
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1792.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 #1792
----
commit 33e990e2cd77d96c45863b39a438390f42f77a50
Author: Howard Gao <howard.gao@...>
Date: 2018-01-19T08:36:47Z
ARTEMIS-1621 Make producerWindowSize configurable on clusterconnection
bridges
The cluster connection bridge hard codes its producerWindowSize to -1
(meaning no producer flow control) even if you configure it otherwise.
----
---