[GitHub] activemq-artemis pull request #2409: ARTEMIS-2159 Fixing OpenWire Blocker Pr...

2018-11-01 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] activemq-artemis pull request #2409: ARTEMIS-2159 Fixing OpenWire Blocker Pr...

2018-11-01 Thread clebertsuconic
GitHub user clebertsuconic opened a pull request:

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

ARTEMIS-2159 Fixing OpenWire Blocker Producer

Previous change on Flow control in OpenWire broke Blocked cases
This is a better fix.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/clebertsuconic/activemq-artemis ARTEMIS-2159

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq-artemis/pull/2409.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 #2409


commit a6359d2ada1f880bf9ed537bab812d9a06fb0bfa
Author: Clebert Suconic 
Date:   2018-11-01T19:33:03Z

ARTEMIS-2159 Fixing OpenWire Blocker Producer

Previous change on Flow control in OpenWire broke Blocked cases
This is a better fix.




---