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

[Broker-J] Default queue filter for arrival time with non-zero replay period does not filter messages as documented

    XMLWordPrintableJSON

Details

    Description

      As per Broker documentation the replay period in arrival filter determines a time interval ( in seconds) for which the arriving messages enqueued into queue within given interval before consumer attach have to be delivered to the consumer. Thus, all message on the queue with arrival time greater than (consumer attach time - replay period) should be delivered to the consumer. If filter is specified on consumer attach, the delivery works as expected. However, if arrival filter is specified as default queue filter, the broker behaviour is not documentation compliant:

      • the broker delivers to consumer only messages with arrival time greater than (consumer attach time + replay period)
      • the replay period is treated as being set in milliseconds rather than in seconds

      The issue only impacts use cases when arrival filter with non-zero replay period is set as queue default filter.

      Attachments

        Activity

          People

            orudyy Alex Rudyy
            orudyy Alex Rudyy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: