Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 011359D63 for ; Thu, 5 Apr 2012 13:51:46 +0000 (UTC) Received: (qmail 38538 invoked by uid 500); 5 Apr 2012 13:51:46 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 38511 invoked by uid 500); 5 Apr 2012 13:51:46 -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 38503 invoked by uid 99); 5 Apr 2012 13:51:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2012 13:51:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2012 13:51:45 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 76E0735A104 for ; Thu, 5 Apr 2012 13:51:23 +0000 (UTC) Date: Thu, 5 Apr 2012 13:51:23 +0000 (UTC) From: "Hanno Wiegard (Updated) (JIRA)" To: dev@activemq.apache.org Message-ID: <1387253296.16953.1333633883575.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <471143819.5592.1333451063279.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (AMQ-3798) Network connector does not establish connections to a slave broker after master failure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AMQ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanno Wiegard updated AMQ-3798: ------------------------------- Attachment: MasterSlaveNetworkTest.java > Network connector does not establish connections to a slave broker after master failure > --------------------------------------------------------------------------------------- > > Key: AMQ-3798 > URL: https://issues.apache.org/jira/browse/AMQ-3798 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.6.0 > Reporter: Hanno Wiegard > Attachments: MasterSlaveNetworkTest.java, TestConsumer.java, TestProducer.java, master.xml, slave.xml > > > We have a broker A which is connected to a master/slave pair (M/S) using a network connector with a static:failover configuration. A producer P writes to boker A and a consumer C consumes from brokers M/S. After M fails S becomes active but the no data flows from P to C anymore. Data seems to be stuck on A. > The master/slave pair is a normal ActiveMQ installation (attached config files master.xml and slave.xml). Broker A is started within a java process which runs in the TestProducer.java code, TestConsumer.java consumes messages from the master/slave pair. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira