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.