You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Arnaud Simon (JIRA)" <qp...@incubator.apache.org> on 2008/06/27 16:02:44 UTC

[jira] Closed: (QPID-1120) (01.0 code path) Large txs may exhaust credits

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

Arnaud Simon closed QPID-1120.
------------------------------

    Resolution: Fixed

> (01.0 code path) Large txs may exhaust credits 
> -----------------------------------------------
>
>                 Key: QPID-1120
>                 URL: https://issues.apache.org/jira/browse/QPID-1120
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M3
>            Reporter: Arnaud Simon
>            Assignee: Arnaud Simon
>             Fix For: M3
>
>
> Description:
> We currently cannot commit batches of messages larger than the number of pre-fetch messages as the consumer exhausts its message credits it does not receive all the expected messages. 
> Solution:
> session.completed should be sent before the consumer credits dry up. For performance reason we should not send a session.completed after each message but for a batch of messages.  Ideally this should be configurable. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.