Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
5.8.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));