This closes #354
This commit is contained in:
commit
c14e0134d1
|
@ -3530,7 +3530,7 @@ public class PagingTest extends ActiveMQTestBase {
|
||||||
|
|
||||||
addresses.put(PAGED_ADDRESS_A.toString(), pagedDestinationA);
|
addresses.put(PAGED_ADDRESS_A.toString(), pagedDestinationA);
|
||||||
|
|
||||||
AddressSettings pagedDestinationB = new AddressSettings().setPageSizeBytes(2024).setMaxSizeBytes(25 * 1024);
|
AddressSettings pagedDestinationB = new AddressSettings().setPageSizeBytes(2024).setMaxSizeBytes(20 * 1024);
|
||||||
|
|
||||||
addresses.put(PAGED_ADDRESS_B.toString(), pagedDestinationB);
|
addresses.put(PAGED_ADDRESS_B.toString(), pagedDestinationB);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue