You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2014/05/21 00:28:38 UTC

[jira] [Resolved] (AMQ-5195) AMQP protocol handler doesn't set session incoming capacity

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

Timothy Bish resolved AMQ-5195.
-------------------------------

    Resolution: Fixed

Fixed on trunk. 

> AMQP protocol handler doesn't set session incoming capacity 
> ------------------------------------------------------------
>
>                 Key: AMQ-5195
>                 URL: https://issues.apache.org/jira/browse/AMQ-5195
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: AMQP
>    Affects Versions: 5.9.0, 5.9.1
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>            Priority: Minor
>             Fix For: 5.10.0
>
>
> The AMQP protocol converter doesn't currently set the incoming credit on an open session which forces a flow frame to be sent back to a producer on every message even if the producer has available credit.  We should set the session credit to the (max frame size * producer prefetch).  We also need to better handle the remotely settled state of producer deliveries such that we only send a flow frame back when credit is running low to reduce the frames that travel back on every receive.  



--
This message was sent by Atlassian JIRA
(v6.2#6252)