Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 39431 invoked from network); 10 Oct 2008 13:14:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2008 13:14:14 -0000 Received: (qmail 7599 invoked by uid 500); 10 Oct 2008 13:14:13 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 7352 invoked by uid 500); 10 Oct 2008 13:14:12 -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 7340 invoked by uid 99); 10 Oct 2008 13:14:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2008 06:14:12 -0700 X-ASF-Spam-Status: No, hits=-1999.9 required=10.0 tests=ALL_TRUSTED,DNS_FROM_SECURITYSAGE 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; Fri, 10 Oct 2008 13:13:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A14F8234C218 for ; Fri, 10 Oct 2008 06:13:52 -0700 (PDT) Message-ID: <1400207647.1223644432659.JavaMail.jira@brutus> Date: Fri, 10 Oct 2008 06:13:52 -0700 (PDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-1973) Messages are lost if duplex is set to "true" In-Reply-To: <814355337.1223642152584.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-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-1973. ----------------------------- Resolution: Fixed resolved r703447. Protected by org.apache.activemq.usecases.BrokerQueueNetworkWithDisconnectTest > Messages are lost if duplex is set to "true" > -------------------------------------------- > > Key: AMQ-1973 > URL: https://issues.apache.org/activemq/browse/AMQ-1973 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.1.0 > Environment: all > Reporter: Gary Tully > Assignee: Gary Tully > Fix For: 5.3.0 > > > With a network of brokers, Hub and Spoke, the spoke as a duplex network connector to the Hub. Regular producer on the Spoke, Consumer on the Hub. If there is a temp network outage (disconnect/reconnect cable) on the network connector between Spoke and Hub, persistent messages can get lost; acked but not dispatched. This only happens if the network connector isDuplex -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.