You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Christopher L. Shannon (JIRA)" <ji...@apache.org> on 2017/08/01 13:43:01 UTC

[jira] [Commented] (AMQ-6614) JMX Queue attribute blockedSends not updated when a sync send hits flow control

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

Christopher L. Shannon commented on AMQ-6614:
---------------------------------------------

[~gtully], I was looking at this commit and noticed something...

Should this line: https://github.com/apache/activemq/blob/activemq-5.15.0/activemq-broker/src/main/java/org/apache/activemq/broker/region/Queue.java#L707

be changed from {{producerExchangeCopy.blockingOnFlowControl(false);}} to {{producerExchange.blockingOnFlowControl(false);}} ?

The flag is set true later on line 713 on the original producerExchange so the copy would always have the flag be false already (unless I am missing something)

> JMX Queue attribute blockedSends not updated when a sync send hits flow control
> -------------------------------------------------------------------------------
>
>                 Key: AMQ-6614
>                 URL: https://issues.apache.org/jira/browse/AMQ-6614
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMX
>    Affects Versions: 5.14.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>              Labels: jmx
>             Fix For: 5.15.0
>
>
> an async send that blocks waiting for space increments the blockedSends jmx attribute but with the producerwindow or a sync send it does not.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)