mirror of https://github.com/apache/activemq.git
backOffMultiplier now a double in RediliveryPolicy
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@813324 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eae5aa09d1
commit
a831a08abb
|
@ -79,6 +79,6 @@ public class InitialContextTest extends TestCase {
|
|||
|
||||
assertEquals(777, connectionFactory.getPrefetchPolicy().getQueuePrefetch());
|
||||
assertEquals(15, connectionFactory.getRedeliveryPolicy().getMaximumRedeliveries());
|
||||
assertEquals(32, connectionFactory.getRedeliveryPolicy().getBackOffMultiplier());
|
||||
assertEquals(32d, connectionFactory.getRedeliveryPolicy().getBackOffMultiplier());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue