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)" <ji...@apache.org> on 2013/03/31 15:05:15 UTC

[jira] [Created] (QPID-4680) [Java Broker] Persistent NoAck messages leave rows in queue entry table even after dequeue (0-9/0-9/0-9-1 codepath)

Rob Godfrey created QPID-4680:
---------------------------------

             Summary: [Java Broker] Persistent NoAck messages leave rows in queue entry table even after dequeue (0-9/0-9/0-9-1 codepath)
                 Key: QPID-4680
                 URL: https://issues.apache.org/jira/browse/QPID-4680
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: 0.20, 0.18, 0.16, 0.14
            Reporter: Rob Godfrey
            Assignee: Rob Godfrey


SubscriptionImpl.NoAckSubscription is not correctly removing the record of messages from the store when dequing- it is only removing the in memory record.

In order to remove the store record, a server transaction must be run against the message store in addition to the dequeue on the in-memory queue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org