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/07 17:47:22 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13526530#comment-13526530 ] 

Christian Posta commented on AMQ-3875:
--------------------------------------

Art,
Can you post the full test you have? This one only shows one test case.
                
> 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
>         Attachments: 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