[
https://issues.apache.org/jira/browse/QPID-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605294#action_12605294
]
Aidan Skinner commented on QPID-1104:
-------------------------------------
I added an IMessage.Acknowledge(bool) which can be set to false so that only
that message is acknowledged.
> [.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
> Assignee: Aidan Skinner
> 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.