Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 9730 invoked from network); 15 Oct 2008 17:10:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Oct 2008 17:10:14 -0000 Received: (qmail 23082 invoked by uid 500); 15 Oct 2008 17:10:15 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 23054 invoked by uid 500); 15 Oct 2008 17:10:15 -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 23043 invoked by uid 99); 15 Oct 2008 17:10:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2008 10:10:15 -0700 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; Wed, 15 Oct 2008 17:09:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 63B5F234C228 for ; Wed, 15 Oct 2008 10:09:53 -0700 (PDT) Message-ID: <1981474047.1224090593407.JavaMail.jira@brutus> Date: Wed, 15 Oct 2008 10:09:53 -0700 (PDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-596) allow a broker to be configured to start up as a 'Master' and refuse to perform any work until the 'Slave' has started MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46485#action_46485 ] Gary Tully commented on AMQ-596: -------------------------------- BrokerService has a new attribute: waitForSlave from the svn log, see: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/resources/activemq.xsd?p2=%2Factivemq%2Ftrunk%2Factivemq-core%2Fsrc%2Fmain%2Fresources%2Factivemq.xsd&p1=%2Factivemq%2Ftrunk%2Factivemq-core%2Fsrc%2Fmain%2Fresources%2Factivemq.xsd&r1=691206&r2=691205&view=diff&pathrev=691206 > allow a broker to be configured to start up as a 'Master' and refuse to perform any work until the 'Slave' has started > ---------------------------------------------------------------------------------------------------------------------- > > Key: AMQ-596 > URL: https://issues.apache.org/activemq/browse/AMQ-596 > Project: ActiveMQ > Issue Type: Improvement > Components: Broker > Reporter: James Strachan > Assignee: Rob Davies > Fix For: 5.2.0 > > Attachments: AMQ1832-596-1820Patch.txt > > > Some folks might not want to start up a system and do work until the slave has actually started to avoid the risk of a message being only on one machine. > So some kinda optional flag on a broker to mark it as being a master on startup such that all connections are refused until a slave connects to it -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.