From commits-return-50524-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Fri Feb 16 19:59:12 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 939B818067B for ; Fri, 16 Feb 2018 19:59:11 +0100 (CET) Received: (qmail 71085 invoked by uid 500); 16 Feb 2018 18:59:10 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 71076 invoked by uid 99); 16 Feb 2018 18:59:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Feb 2018 18:59:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 07B59E01EC; Fri, 16 Feb 2018 18:59:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jbertram@apache.org To: commits@activemq.apache.org Date: Fri, 16 Feb 2018 18:59:11 -0000 Message-Id: <06afc16eae83433caf32ed4ecd07f412@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: NO-JIRA: Sync OSGi broker config with latest changes from ARTEMIS-1628 NO-JIRA: Sync OSGi broker config with latest changes from ARTEMIS-1628 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/866fb861 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/866fb861 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/866fb861 Branch: refs/heads/master Commit: 866fb861c88f8dcf7f99da6a935ee38b3716e6c4 Parents: 9f215d0 Author: Benjamin Graf Authored: Sun Feb 11 18:13:47 2018 +0100 Committer: Justin Bertram Committed: Fri Feb 16 12:57:55 2018 -0600 ---------------------------------------------------------------------- artemis-features/src/main/resources/artemis.xml | 47 +++++++++++++------- 1 file changed, 30 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/866fb861/artemis-features/src/main/resources/artemis.xml ---------------------------------------------------------------------- diff --git a/artemis-features/src/main/resources/artemis.xml b/artemis-features/src/main/resources/artemis.xml index fa14495..5745f6e 100644 --- a/artemis-features/src/main/resources/artemis.xml +++ b/artemis-features/src/main/resources/artemis.xml @@ -32,21 +32,23 @@ under the License. MAPPED: mmap files NIO: Plain Java Files --> - ASYNCIO + NIO - ./data/artemis/paging + ./paging - ./data/artemis/bindings + ./bindings - ./data/artemis/journal + ./journal - ./data/artemis/large-messages + ./large-messages true 2 - -1 + 10 + + 10M - 48000 - 5000 + that won't support flow control. --> 90 @@ -107,7 +101,7 @@ under the License. The system will use half of the available memory (-Xmx) by default for the global-max-size. You may specify a different value here if you need to customize it to your needs. - 100Mb + 100Mb --> @@ -117,6 +111,10 @@ under the License. + + tcp://0.0.0.0:61616?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,OPENWIRE;useEpoll=true;amqpCredits=1000;amqpLowCredits=300 @@ -127,7 +125,7 @@ under the License. tcp://0.0.0.0:61613?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=STOMP;useEpoll=true - tcp://0.0.0.0:5445?protocols=HORNETQ,STOMP;useEpoll=true + tcp://0.0.0.0:5445?anycastPrefix=jms.queue.;multicastPrefix=jms.topic.;protocols=HORNETQ,STOMP;useEpoll=true tcp://0.0.0.0:1883?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=MQTT;useEpoll=true @@ -196,5 +194,20 @@ under the License. + + +