Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 66414 invoked from network); 12 Jul 2008 09:58:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jul 2008 09:58:51 -0000 Received: (qmail 22198 invoked by uid 500); 12 Jul 2008 09:58:51 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 22175 invoked by uid 500); 12 Jul 2008 09:58:51 -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 22162 invoked by uid 99); 12 Jul 2008 09:58:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jul 2008 02:58:51 -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; Sat, 12 Jul 2008 09:58:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 613B1234C16C for ; Sat, 12 Jul 2008 02:58:00 -0700 (PDT) Message-ID: <869688612.1215856680396.JavaMail.jira@brutus> Date: Sat, 12 Jul 2008 02:58:00 -0700 (PDT) From: "Dmitry Tsigelnik (JIRA)" To: dev@activemq.apache.org Subject: [jira] Issue Comment Edited: (AMQ-1832) Pure Master/Slave to allow shutdownOnSlaveFailure to be configured on master In-Reply-To: <1453941210.1214855761071.JavaMail.jira@brutus> 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-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44222#action_44222 ] tsigelnik edited comment on AMQ-1832 at 7/12/08 2:57 AM: ---------------------------------------------------------------- I think PersistenceStore must be master and has slave, not broker itself was (Author: tsigelnik): I think Persistence must be master and has slave, not broker itself > Pure Master/Slave to allow shutdownOnSlaveFailure to be configured on master > ---------------------------------------------------------------------------- > > Key: AMQ-1832 > URL: https://issues.apache.org/activemq/browse/AMQ-1832 > Project: ActiveMQ > Issue Type: Improvement > Reporter: ying > Attachments: AMQ1832-596-1820Patch.txt > > > It is related to AMQ-596 in terms that it is desirable that master and slave are in synch and when both are down, failover can direct the job to other pair of master/slave. So pure master/slave can be used for replication while a network of pair (master/slave) will provide a HA service. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.