Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 60833 invoked from network); 12 Jul 2008 09:16:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jul 2008 09:16:21 -0000 Received: (qmail 12847 invoked by uid 500); 12 Jul 2008 09:16:21 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 12822 invoked by uid 500); 12 Jul 2008 09:16:21 -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 12810 invoked by uid 99); 12 Jul 2008 09:16:21 -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:16:21 -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:15:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 641A2234C16F for ; Sat, 12 Jul 2008 02:16:00 -0700 (PDT) Message-ID: <931147629.1215854160408.JavaMail.jira@brutus> Date: Sat, 12 Jul 2008 02:16: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=44220#action_44220 ] tsigelnik edited comment on AMQ-1832 at 7/12/08 2:14 AM: ---------------------------------------------------------------- 2ying Do you think your patch can solve my problems AMQ-1825 ? was (Author: tsigelnik): 2ying Do you think your patch can solve my problems https://issues.apache.org/activemq/browse/AMQ-1825 ? > 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.