Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-4435

ActiveMQConnectionFatory should populate "consumerFailoverRedeliveryWaitPeriod"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 5.8.0
    • 5.9.0
    • None
    • None

    Description

      ActiveMQConnectionFactory contains "consumerFailoverRedeliveryWaitPeriod" to be applied to the connection created - however method "populateProperties()" ignores this property.

      The following should be added to populateProperties() method

      props.setProperty("consumerFailoverRedeliveryWaitPeriod", Long.toString(consumerFailoverRedeliveryWaitPeriod));
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            dguggi Daniel Guggi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: