Uploaded image for project: 'ActiveMQ .Net'
  1. ActiveMQ .Net
  2. AMQNET-460

WaitForRedeliveries ignores failoverRedeliveryWaitPeriod

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.6.0
    • 1.6.1, 1.7.0
    • None
    • None

    Description

      MessageConsumer.WaitForRedeliveries()

      while (numberNotReplayed > 0 && expiry < DateTime.Now);

      should be

      while (numberNotReplayed > 0 && expiry > DateTime.Now);

      Attachments

        Activity

          People

            tabish Timothy A. Bish
            remogloor Remo Gloor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: