You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by gaohoward <gi...@git.apache.org> on 2018/01/19 08:41:34 UTC

[GitHub] activemq-artemis pull request #1792: ARTEMIS-1621 Make producerWindowSize co...

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 <ho...@...>
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.

----


---

[GitHub] activemq-artemis pull request #1792: ARTEMIS-1621 Make producerWindowSize co...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/1792


---