[ 
https://issues.apache.org/jira/browse/AMQ-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish resolved AMQ-4435.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.9.0
    
> 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
>             Fix For: 5.9.0
>
>
> 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