You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Christian Posta (JIRA)" <ji...@apache.org> on 2012/12/08 00:03:21 UTC

[jira] [Assigned] (AMQ-3875) Client / NetworkBridge Connection blocks all communication at the transport when producer-flow-control reached

     [ https://issues.apache.org/jira/browse/AMQ-3875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Posta reassigned AMQ-3875:
------------------------------------

    Assignee: Christian Posta
    
> Client / NetworkBridge Connection blocks all communication at the transport when producer-flow-control reached
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-3875
>                 URL: https://issues.apache.org/jira/browse/AMQ-3875
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.4.2
>            Reporter: Arthur Naseef
>            Assignee: Christian Posta
>         Attachments: AMQ-3875-testcase.patch, TestProducerFlowControl.java, TestProducerFlowControl.java
>
>
> When producer-flow-control throttles a producer, the entire connection for the client, or network bridge, can be blocked until space clears.
> A unit test will be attached that demonstrates this situation with any of the following types of messaging:
> * PERSISTENT, transacted
> * NON-PERSISTENT, non-transacted
> * NON-PERSISTENT, transacted
> PERSISTENT, non-transacted messages don't have this problem.  Internally, it seems that any time messages are sent asynchronously across the transport (i.e. isResponseRequired() == false), the problem occurs.
> The expected operation is for producers to the destination to block on send() and all other operations across the same connection to continue normally.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira