This discrepancy between documentation and code persists in ActiveMQ 5.8.0. Just as Diego stated in 2009, the page http://activemq.apache.org/failover-transport-reference.html specifies 'backOffMultiplier', but the setter/getter in FailoverTransport have been renamed to set/getReconnectDelayExponent(). This will leave anyone relying on the documents doing a prolonged code perusal into the property reflector logic.
The fix is trivial for anyone able to edit activemq.apache.org web contents. All the best, //e -- View this message in context: http://activemq.2283324.n4.nabble.com/Failover-backOffMultiplier-tp2364294p4666633.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
