Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 48680 invoked from network); 25 May 2010 11:56:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 May 2010 11:56:14 -0000 Received: (qmail 86244 invoked by uid 500); 25 May 2010 11:56:14 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 86108 invoked by uid 500); 25 May 2010 11:56:13 -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 86100 invoked by uid 99); 25 May 2010 11:56:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 May 2010 11:56:13 +0000 X-ASF-Spam-Status: No, hits=-1461.7 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 May 2010 11:56:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4PBtpOt022372 for ; Tue, 25 May 2010 11:55:52 GMT Message-ID: <13084151.2741274788551780.JavaMail.jira@thor> Date: Tue, 25 May 2010 07:55:51 -0400 (EDT) From: =?UTF-8?Q?J=C3=B6rn_Kottmann_=28JIRA=29?= To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-2747) Pure Master Slave broker blocks when salve hangs for some reason MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c Pure Master Slave broker blocks when salve hangs for some reason ---------------------------------------------------------------- Key: AMQ-2747 URL: https://issues.apache.org/activemq/browse/AMQ-2747 Project: ActiveMQ Issue Type: Bug Components: Broker Reporter: J=C3=B6rn Kottmann Fix For: 5.4.0 Issue AMQ-2564 showed that in a Pure Master Slave configuration the Master = has no mechanism to detach the hanging Slave broker. In case the Slave brok= er hangs, or stops responding there is no reason to also block the Master b= roker, maybe a similar hang can also occur when the Slave broker server is = powered off trough a hardware failure. The Master broker should have a mechanism to detach a Slave broker when it = is blocked by the Slave broker for a certain time. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.