(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
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.