[
https://issues.apache.org/jira/browse/QPID-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Godfrey reassigned QPID-207:
--------------------------------
Assignee: Rob Godfrey
> Message.acknowledge() should acknowledge received
> -------------------------------------------------
>
> Key: QPID-207
> URL: https://issues.apache.org/jira/browse/QPID-207
> Project: Qpid
> Issue Type: Bug
> Components: Java Client, JMS Compliance
> Reporter: Rob Godfrey
> Assigned To: Rob Godfrey
> Priority: Minor
> Fix For: M2
>
> Attachments: QPID-207.patch
>
>
> Our current implementation of acknowledge() is such that it acknowledges to
> the broker all messages received up to the message on which acknowledge is
> called.
> The JMS spec says that acknowledge() should actually acknowledge all messages
> received on this connection to date.
> Since the current functionality is still useful, we should add a new
> org.apache.qpid.jms.Message interface which extends javax.jms.Message, and
> add a new method acknowledgeThis() to perform the current functionality.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.