From dev-return-16645-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Mon Sep 07 13:30:36 2009 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 17881 invoked from network); 7 Sep 2009 13:30:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Sep 2009 13:30:36 -0000 Received: (qmail 3338 invoked by uid 500); 7 Sep 2009 13:30:36 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 3297 invoked by uid 500); 7 Sep 2009 13:30:36 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 3287 invoked by uid 99); 7 Sep 2009 13:30:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2009 13:30:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2009 13:30:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3193F234C4AB for ; Mon, 7 Sep 2009 06:30:14 -0700 (PDT) Message-ID: <1204844857.1252330214202.JavaMail.jira@brutus> Date: Mon, 7 Sep 2009 06:30:14 -0700 (PDT) From: "Dejan Bosanac (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-1894) Slim down the activemq.xml to focus on production config v. feature demonstration In-Reply-To: <209772830.1219076032585.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54062#action_54062 ] Dejan Bosanac commented on AMQ-1894: ------------------------------------ Added scalability configuration and made initial commit. As Garry pointed out, added all necessary comment directly in the configuration file. Reviews and comments more then welcomed. > Slim down the activemq.xml to focus on production config v. feature demonstration > ---------------------------------------------------------------------------------- > > Key: AMQ-1894 > URL: https://issues.apache.org/activemq/browse/AMQ-1894 > Project: ActiveMQ > Issue Type: Improvement > Affects Versions: 5.1.0 > Reporter: Bruce Snyder > Assignee: Dejan Bosanac > Fix For: 5.3.0 > > Attachments: activemq-demo.xml.diff.txt, activemq.xml.diff.txt, configuration.patch, SampleConfigs.zip > > > I have slimmed down the default activemq.xml so it focuses more on a minimal production style configuration instead of a demonstration of features. My thoughts on this are that the goal of providing a good default config and the goal of demonstrating features should be represented separately. This is as simple as paring down the amount of items in the default XML config and moving some of the items that demonstrate what you can do in the XML config to a separate config file. I've also done this and named the feature demo config activemq-demo.xml. I've also added many more comments to further document each config option. Attached are the diffs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.