From dev-return-16534-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Fri Sep 04 16:17:36 2009 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 16529 invoked from network); 4 Sep 2009 16:17:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Sep 2009 16:17:36 -0000 Received: (qmail 80298 invoked by uid 500); 4 Sep 2009 16:17:35 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 80251 invoked by uid 500); 4 Sep 2009 16:17:35 -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 80241 invoked by uid 99); 4 Sep 2009 16:17:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 16:17:35 +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; Fri, 04 Sep 2009 16:17:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7CF24234C4A8 for ; Fri, 4 Sep 2009 09:17:13 -0700 (PDT) Message-ID: <1834471830.1252081033497.JavaMail.jira@brutus> Date: Fri, 4 Sep 2009 09:17:13 -0700 (PDT) From: "Bruce Snyder (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=54033#action_54033 ] Bruce Snyder commented on AMQ-1894: ----------------------------------- I like the idea of including many more configuration examples. I see lot of opportunity to provide users good configuration examples that support various use cases here. I think that we should probably split up these configs into separate directories with a README file for each directory. The README file should explain how to run the broker using the config and what behavior to expect from the broker. It should also include information on how to exercise the various features for that configuration. This would mean that we would need to provide various examples of test clients, etc., but I think that work would be very good for users. Since there's already an examples directory, I think we should move this work into that directory and have a separate directory for each use case. There's no need to create another directory in the ActiveMQ base directory. Let's just use what's already there. > 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.