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:26:37 UTC

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

Timothy Bish created AMQ-5195:
---------------------------------

             Summary: 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.1, 5.9.0
            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)