You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org> on 2007/02/15 17:24:06 UTC

[jira] Assigned: (QPID-207) Message.acknowledge() should acknowledge received

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