Daniel Guggi created AMQ-4435:
---------------------------------

             Summary: ActiveMQConnectionFatory should populate 
"consumerFailoverRedeliveryWaitPeriod"
                 Key: AMQ-4435
                 URL: https://issues.apache.org/jira/browse/AMQ-4435
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.8.0
            Reporter: Daniel Guggi
            Priority: Trivial


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

The following should be added to populateProperties() method

{code}
props.setProperty("consumerFailoverRedeliveryWaitPeriod", 
Long.toString(consumerFailoverRedeliveryWaitPeriod));
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to