Sending of completions should be independent of sending message acks
--------------------------------------------------------------------
Key: QPID-3612
URL: https://issues.apache.org/jira/browse/QPID-3612
Project: Qpid
Issue Type: Bug
Components: Java Client
Affects Versions: 0.14
Reporter: Rajith Attapattu
Assignee: Rajith Attapattu
Fix For: 0.15
Message credits are affected by Command Completions and not message-acks.
However in the current codebase,these two are intertwined in the logic causing
some issues. For example when in client-ack mode or using transactions, if the
client has exhausted the credits, but is waiting for more messages to come
before it acks or commits a transaction, then the client will appear hung (This
issue is currently masked due to some other bugs - see QPID-3602).
We need to send completions independent of message-acks.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]