Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-4680

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.14, 0.16, 0.18, 0.20
    • 0.22, 0.23
    • Broker-J
    • None

    Description

      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.

      Attachments

        Activity

          People

            rgodfrey Robert Godfrey
            rgodfrey Robert Godfrey
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: