You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (Created) (JIRA)" <ji...@apache.org> on 2011/10/20 18:39:12 UTC

[jira] [Created] (AMQ-3551) exclude networkConnectors from sendFailIfNoSpace on producer flow control

exclude networkConnectors from sendFailIfNoSpace on producer flow control
-------------------------------------------------------------------------

                 Key: AMQ-3551
                 URL: https://issues.apache.org/jira/browse/AMQ-3551
             Project: ActiveMQ
          Issue Type: Improvement
          Components: Broker
    Affects Versions: 5.5.0
            Reporter: Gary Tully
            Assignee: Gary Tully
             Fix For: 5.6.0


SystemUsage.sendFailIfNoSpace results in an exception. this exception will cause a network bridge to stop and restart, just like an network outage. Handling it does not make sense as the only way to handle it is to stop and start an individual consumer on the bridge, to stop consumption, which is effectivly what blocking the send on the broker would do, the default when sendFailIfNoSpace=false. Coupled with the fix for https://issues.apache.org/jira/browse/AMQ-3331, blocking behavior is the best for a network connector.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (AMQ-3551) exclude networkConnectors from sendFailIfNoSpace on producer flow control

Posted by "Gary Tully (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-3551.
-----------------------------

    Resolution: Fixed

fix in http://svn.apache.org/viewvc?rev=1186952&view=rev

                
> exclude networkConnectors from sendFailIfNoSpace on producer flow control
> -------------------------------------------------------------------------
>
>                 Key: AMQ-3551
>                 URL: https://issues.apache.org/jira/browse/AMQ-3551
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 5.5.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>             Fix For: 5.6.0
>
>
> SystemUsage.sendFailIfNoSpace results in an exception. this exception will cause a network bridge to stop and restart, just like an network outage. Handling it does not make sense as the only way to handle it is to stop and start an individual consumer on the bridge, to stop consumption, which is effectivly what blocking the send on the broker would do, the default when sendFailIfNoSpace=false. Coupled with the fix for https://issues.apache.org/jira/browse/AMQ-3331, blocking behavior is the best for a network connector.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira