[.Net] Allow acknowledgement of a single message
------------------------------------------------
Key: QPID-1104
URL: https://issues.apache.org/jira/browse/QPID-1104
Project: Qpid
Issue Type: Improvement
Components: Dot Net Client
Affects Versions: M2.1
Reporter: Marnie McCormack
Priority: Minor
Fix For: M3
IMessage has a method 'Acknowledge()' which, in it's implementation
(AbstractQmsMessage) resolves to a call to AmqChannel.AcknowledgeMessage(ulong
deliveryTag, bool multiple) with the 'multiple' parameter defaulted to true,
forcing all messages up to and including the one specified to be acknowledged.
Users would like the ability to only acknowledge the message for which they
make the call Acknowledge() on i.e. the multiple flag will be false.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.