[jira] Created: (AMQNET-202) Client Ack is only being applied to the consumers messages, not the full session.

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

[jira] Created: (AMQNET-202) Client Ack is only being applied to the consumers messages, not the full session.

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

Reply to Author | View Threaded | Show Only this Message

Client Ack is only being applied to the consumers messages, not the full session.
---------------------------------------------------------------------------------

                 Key: AMQNET-202
                 URL: https://issues.apache.org/activemq/browse/AMQNET-202
             Project: ActiveMQ .Net
          Issue Type: Bug
          Components: ActiveMQ
    Affects Versions: 1.1.0
            Reporter: Timothy Bish
            Assignee: Timothy Bish
            Priority: Minor
             Fix For: 1.2.0


ClientAcknowledge is supposed to be applied to the session the message was delivered in and all consumers of that session should ack all messages received in that session.  

From JMS Docs on ClientAcknowledge

With this acknowledgement mode, the client acknowledges a consumed message by calling the message's acknowledge method. Acknowledging a consumed message acknowledges all messages that the session has consumed.

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


[jira] Resolved: (AMQNET-202) Client Ack is only being applied to the consumers messages, not the full session.

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-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQNET-202.
---------------------------------

    Resolution: Fixed

Fixed in SVN: 831136

> Client Ack is only being applied to the consumers messages, not the full session.
> ---------------------------------------------------------------------------------
>
>                 Key: AMQNET-202
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-202
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>          Components: ActiveMQ
>    Affects Versions: 1.1.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> ClientAcknowledge is supposed to be applied to the session the message was delivered in and all consumers of that session should ack all messages received in that session.  
> From JMS Docs on ClientAcknowledge
> With this acknowledgement mode, the client acknowledges a consumed message by calling the message's acknowledge method. Acknowledging a consumed message acknowledges all messages that the session has consumed.

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