You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2018/03/28 23:09:00 UTC

[jira] [Created] (ARTEMIS-1776) Implement asynchronous flow control on bridge and clustered bridge

clebert suconic created ARTEMIS-1776:
----------------------------------------

             Summary: Implement asynchronous flow control on bridge and clustered bridge
                 Key: ARTEMIS-1776
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1776
             Project: ActiveMQ Artemis
          Issue Type: Improvement
    Affects Versions: 2.5.0
            Reporter: clebert suconic
            Assignee: clebert suconic
             Fix For: 2.5.1


Currently the flow control on the Bridge is based on back pressure only, through Netty writeable interfaces.

 

If the user selected a positive producerWindowSize the Queue may block while the Processing is happening. What could lead to distributed deadlocks on the Bridge.

 

This will avoid that possibility.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)