[ 
https://issues.apache.org/activemq/browse/AMQNET-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55085#action_55085
 ] 

Timothy Bish commented on AMQNET-199:
-------------------------------------

Individual Ack is a mode supported by AMQ in which a single message can be 
acknowledged by calling message.Acknowledge().  This differs from client Ack in 
which all messages across all consumers in a given session that have proceeded 
the given message are acknowledged when the message.Acknowledge call is made.  

The documentation for each mode is in ISession.cs in the NMS src tree.  

> Add support for the Individual Ack type to NMS.
> -----------------------------------------------
>
>                 Key: AMQNET-199
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-199
>             Project: ActiveMQ .Net
>          Issue Type: Improvement
>          Components: ActiveMQ, NMS
>    Affects Versions: 1.1.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>            Priority: Minor
>             Fix For: 1.2.0
>
>          Time Spent: 1 hour
>  Remaining Estimate: 0 minutes
>
> ActiveMQ supports the ack type Individual Ack.  This Ack type should be added 
> to the Acknowledgement modes in NMS and supported in NMS.ActiveMQ

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to