[jira] Created: (AMQNET-199) Add support for the Individual Ack type to NMS.

View: New views
5 Messages — Rating Filter:   Alert me  

[jira] Created: (AMQNET-199) Add support for the Individual Ack type to NMS.

by JIRA jira+amqnet@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


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.


[jira] Work logged: (AMQNET-199) Add support for the Individual Ack type to NMS.

by JIRA jira+amqnet@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/activemq/browse/AMQNET-199?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#action_36877 ]

Timothy Bish logged work on AMQNET-199:
---------------------------------------

                Author: Timothy Bish
            Created on: 23/Oct/09 11:55 AM
            Start Date: 23/Oct/09 11:55 AM
    Worklog Time Spent: 1 hour
      Work Description: The Ack type has been added to NMS in rev. 828852

Issue Time Tracking
-------------------

            Time Spent: 1 hour
    Remaining Estimate: 0 minutes

> 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.


[jira] Resolved: (AMQNET-199) Add support for the Individual Ack type to NMS.

by JIRA jira+amqnet@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/activemq/browse/AMQNET-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQNET-199.
---------------------------------

    Resolution: Fixed

Individual Ack now supported in NMS.ActiveMQ svn rev: 831000

> 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.


[jira] Commented: (AMQNET-199) Add support for the Individual Ack type to NMS.

by JIRA jira+amqnet@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Mark Gellings commented on AMQNET-199:
--------------------------------------

Can we document somewhere what this feature does?  What does it do?

> 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.


[jira] Commented: (AMQNET-199) Add support for the Individual Ack type to NMS.

by JIRA jira+amqnet@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ 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.