Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 29127 invoked from network); 10 Oct 2008 12:46:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2008 12:46:14 -0000 Received: (qmail 68413 invoked by uid 500); 10 Oct 2008 12:46:13 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 68223 invoked by uid 500); 10 Oct 2008 12:46: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 68211 invoked by uid 99); 10 Oct 2008 12:46: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 05:46: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 12:45:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9A35E234C21B for ; Fri, 10 Oct 2008 05:45:52 -0700 (PDT) Message-ID: <643395142.1223642752630.JavaMail.jira@brutus> Date: Fri, 10 Oct 2008 05:45:52 -0700 (PDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (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:comment-tabpanel&focusedCommentId=46334#action_46334 ] Gary Tully commented on AMQ-1973: --------------------------------- It looks like mesages are being lost as they are being acked by the network connector even when the network is down. The culprit seems to be a bug fix a while back. https://issues.apache.org/activemq/browse/AMQ-1521 - change: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/network/DemandForwardingBridgeSupport.java?view=diff&r1=604699&r2=604700 > 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.