From d891fa5f8351471be68ddd3b5ae80679ce2c4935 Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Thu, 19 Jan 2017 11:15:20 -0600 Subject: [PATCH] ARTEMIS-873 update broker configs w/new notation --- .../apache/activemq/artemis/cli/commands/etc/broker.xml | 2 +- artemis-cli/src/test/resources/broker-nojms.xml | 2 +- artemis-cli/src/test/resources/broker-reload.xml | 2 +- artemis-cli/src/test/resources/broker.xml | 2 +- artemis-features/src/main/resources/artemis.xml | 2 +- .../paging/src/main/resources/activemq/server0/broker.xml | 8 ++++---- .../src/test/resources/reload-test-jms.xml | 2 +- .../src/test/resources/reload-test-updated-jms.xml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml index 51f10c5fff1..f1f96e7d4a7 100644 --- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml +++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml @@ -58,7 +58,7 @@ ${ping-config.settings}${journal-buffer.settings}${connector-config.settings} - 104857600 + 100Mb diff --git a/artemis-cli/src/test/resources/broker-nojms.xml b/artemis-cli/src/test/resources/broker-nojms.xml index 11cb78738b4..1ceecc960de 100644 --- a/artemis-cli/src/test/resources/broker-nojms.xml +++ b/artemis-cli/src/test/resources/broker-nojms.xml @@ -64,7 +64,7 @@ under the License. DLQ ExpiryQueue 0 - 10485760 + 10Mb 10 BLOCK diff --git a/artemis-cli/src/test/resources/broker-reload.xml b/artemis-cli/src/test/resources/broker-reload.xml index 93f909cb901..b89c705fe64 100644 --- a/artemis-cli/src/test/resources/broker-reload.xml +++ b/artemis-cli/src/test/resources/broker-reload.xml @@ -67,7 +67,7 @@ under the License. DLQ ExpiryQueue 0 - 10485760 + 10Mb 10 BLOCK diff --git a/artemis-cli/src/test/resources/broker.xml b/artemis-cli/src/test/resources/broker.xml index d4e24007262..70b659ae2a2 100644 --- a/artemis-cli/src/test/resources/broker.xml +++ b/artemis-cli/src/test/resources/broker.xml @@ -68,7 +68,7 @@ under the License. DLQ ExpiryQueue 0 - 10485760 + 10Mb 10 BLOCK diff --git a/artemis-features/src/main/resources/artemis.xml b/artemis-features/src/main/resources/artemis.xml index 7a51dc2d416..c54a289f6c3 100644 --- a/artemis-features/src/main/resources/artemis.xml +++ b/artemis-features/src/main/resources/artemis.xml @@ -54,7 +54,7 @@ under the License. - 104857600 + 100Mb diff --git a/examples/features/standard/paging/src/main/resources/activemq/server0/broker.xml b/examples/features/standard/paging/src/main/resources/activemq/server0/broker.xml index fb260f6ae2a..11fb8a0ee5b 100644 --- a/examples/features/standard/paging/src/main/resources/activemq/server0/broker.xml +++ b/examples/features/standard/paging/src/main/resources/activemq/server0/broker.xml @@ -71,12 +71,12 @@ under the License. - 10485760 - 1048576 + 10Mb + 1Mb - 10485760 - 1048576 + 10Mb + 1Mb diff --git a/tests/integration-tests/src/test/resources/reload-test-jms.xml b/tests/integration-tests/src/test/resources/reload-test-jms.xml index 5ff71843f37..ab1a8e59d40 100644 --- a/tests/integration-tests/src/test/resources/reload-test-jms.xml +++ b/tests/integration-tests/src/test/resources/reload-test-jms.xml @@ -103,7 +103,7 @@ under the License. DLQ ExpiryQueue 0 - 10485760 + 10Mb 10 BLOCK diff --git a/tests/integration-tests/src/test/resources/reload-test-updated-jms.xml b/tests/integration-tests/src/test/resources/reload-test-updated-jms.xml index 1a670133740..0e3628d0561 100644 --- a/tests/integration-tests/src/test/resources/reload-test-updated-jms.xml +++ b/tests/integration-tests/src/test/resources/reload-test-updated-jms.xml @@ -113,7 +113,7 @@ under the License. NewQueue NewQueue 0 - 10485760 + 10Mb 10 BLOCK