From d61c13ed77ecad432576442da31398ce77c87eb0 Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Wed, 5 Oct 2016 11:40:46 -0400 Subject: [PATCH] NO-JIRA: Improving default configuration from OSGI --- .../src/main/resources/artemis.xml | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/artemis-features/src/main/resources/artemis.xml b/artemis-features/src/main/resources/artemis.xml index 99c04a14fa..3cdff889e1 100644 --- a/artemis-features/src/main/resources/artemis.xml +++ b/artemis-features/src/main/resources/artemis.xml @@ -30,7 +30,7 @@ under the License. - NIO + ASYNCIO ./data/paging ./data/bindings ./data/journal @@ -45,10 +45,21 @@ under the License. --> 1591999 + + 5000 + + + 90 + + + 104857600 + - tcp://0.0.0.0:61616?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576 + tcp://0.0.0.0:61616?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=XXXX tcp://0.0.0.0:5672?protocols=AMQP @@ -82,9 +93,10 @@ under the License. jms.queue.DLQ jms.queue.ExpiryQueue 0 - 10485760 + + -1 10 - BLOCK + PAGE true