Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 39005 invoked from network); 22 Dec 2009 08:48:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Dec 2009 08:48:04 -0000 Received: (qmail 18102 invoked by uid 500); 22 Dec 2009 08:48:04 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 18026 invoked by uid 500); 22 Dec 2009 08:48:03 -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 18016 invoked by uid 99); 22 Dec 2009 08:48:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 08:48:03 +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; Tue, 22 Dec 2009 08:48:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 80A35234C045 for ; Tue, 22 Dec 2009 00:47:40 -0800 (PST) Message-ID: <1571595392.1261471660505.JavaMail.jira@brutus> Date: Tue, 22 Dec 2009 08:47:40 +0000 (UTC) From: "Antti Kallonen (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-2543) Network of brokers with durable topics does not recover from network cable unplugging 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 Network of brokers with durable topics does not recover from network cable unplugging ------------------------------------------------------------------------------------- Key: AMQ-2543 URL: https://issues.apache.org/activemq/browse/AMQ-2543 Project: ActiveMQ Issue Type: Bug Components: Broker Affects Versions: 5.3.0 Environment: java 1.6.17 spring 2.5.6 Reporter: Antti Kallonen We had a network of brokers configuration like this: C1-B1-------B2-C2 where C means client and B broker and durable topics enabled. when we start the system, messages get delivered correctly between clients. Even when we shut down the clients or brokers, messages get delivered correctly. But when I remove the network plug from broker B1 severing the connection between brokers, and reconnect the cable, messages are not delivered anymore. Brokers were set up at store-forward configuration, with static IP:s or multicast discovery. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.