Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 45412 invoked from network); 11 Jul 2008 01:40:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jul 2008 01:40:21 -0000 Received: (qmail 61619 invoked by uid 500); 11 Jul 2008 01:40:21 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 61599 invoked by uid 500); 11 Jul 2008 01:40:21 -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 61580 invoked by uid 99); 11 Jul 2008 01:40:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2008 18:40:21 -0700 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; Fri, 11 Jul 2008 01:39:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 59905234C167 for ; Thu, 10 Jul 2008 18:40:00 -0700 (PDT) Message-ID: <1524504053.1215740400361.JavaMail.jira@brutus> Date: Thu, 10 Jul 2008 18:40:00 -0700 (PDT) From: "Bryan Shaw (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-1845) Message loss in network of brokers when network connection break In-Reply-To: <1989902634.1215524101182.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-1845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44181#action_44181 ] Bryan Shaw commented on AMQ-1845: --------------------------------- In this senario broker B have dynamic IP address while broker A have fixed IP address. So the duplex network connector are used to connenct from broker B to broker A. > Message loss in network of brokers when network connection break > ---------------------------------------------------------------- > > Key: AMQ-1845 > URL: https://issues.apache.org/activemq/browse/AMQ-1845 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.1.0 > Environment: Two brokers connected via TCP with one persistent distributed queue and a producer and a consumer on each broker. > Reporter: Bryan Shaw > > Producer on broker A send 2500 message on the distributed queue at broker A. > Producer B starts to receive message from distributed queue on broker B. > During the receiving process, the network between these two brokers down and later brought up again. > In this senario, we found that some messages are lost. > It seems the broker A are sending message to broker B when the network is down and these messages are removed from queue in broker A but never received by broker B which causing message loss. > Is this a bug or a configuration problem? > I thought the configuration like this is the store/forward pattern which should ensure the message reliability in an unstable network. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.