[ 
https://issues.apache.org/jira/browse/AMQ-3875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13548716#comment-13548716
 ] 

Gary Tully commented on AMQ-3875:
---------------------------------

think this issue is resolved via https://issues.apache.org/jira/browse/AMQ-3331
                
> 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

Reply via email to