(01.0 code path) only receives up to max prefetch messages when using
NO_ACKNOWLEDGE mode
------------------------------------------------------------------------------------------
Key: QPID-1112
URL: https://issues.apache.org/jira/browse/QPID-1112
Project: Qpid
Issue Type: Bug
Components: Java Client
Affects Versions: M3
Reporter: Arnaud Simon
Fix For: M3
Description:
When NO_ACKNOWLEDGE is used we use session no-confirm mode but we do not send a
session.completed once all the expected messages have been received. This
results in the broker not delivering more messages than max pre-fetch that is
used as the window size.
Solution:
Sends a session.completed when all expected messages have been received.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.