Uploaded image for project: 'ActiveMQ Apollo (Retired)'
  1. ActiveMQ Apollo (Retired)
  2. APLO-211

Incorrect dequeued counter for topics

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.4
    • apollo-broker
    • None
    • apollo-99-trunk-20120519.032132-42

    Description

      The dequeued counter for topics seems to go wrong when subscribers disconnect.

      Here is how to reproduce:

      • start with a fresh topic: all counters are at 0
      • start a consumer
      • start a producer that sends one message and disconnect, we get: enqueued=1, dequeued=1, dispatched=1
      • stop the consumer, we now get: enqueued=1, dequeued=2

      FWIW, when using a queue, the dequeued counter stays at one even after the consumer disconnection.

      Attachments

        1. APLO-211.pl
          2 kB
          Lionel Cons

        Activity

          People

            chirino Hiram R. Chirino
            lionel.cons Lionel Cons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: