Multiple consumers on one channel may cause message loss.
---------------------------------------------------------
Key: QPID-729
URL: https://issues.apache.org/jira/browse/QPID-729
Project: Qpid
Issue Type: Bug
Components: Dot Net Client
Affects Versions: M2
Reporter: Rupert Smith
Fix For: M2.1
As for the Java client, multiple consumers on one channel may cause message
loss, if pre-fetching takes messages for one consumer, that that consumer has
not yet consumed, and messages coming after those to another consumer are
ack`ed. Unseen messages on the first consumer will also be ack`ed.
The problem may be more widespread in the .Net as in the Java it has been fixed
for AUTO_ACK mode at least. Investigate if this can happen on the .Net and fix.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.