Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 67491 invoked from network); 20 Jul 2007 18:11:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jul 2007 18:11:49 -0000 Received: (qmail 1337 invoked by uid 500); 20 Jul 2007 18:11:50 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 1187 invoked by uid 500); 20 Jul 2007 18:11:50 -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 1178 invoked by uid 99); 20 Jul 2007 18:11:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2007 11:11:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2007 11:11:48 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C0BD671420F for ; Fri, 20 Jul 2007 11:11:27 -0700 (PDT) Message-ID: <32040547.1184955087761.JavaMail.jira@brutus> Date: Fri, 20 Jul 2007 11:11:27 -0700 (PDT) From: "Nicky Sandhu (JIRA)" To: dev@activemq.apache.org Subject: [jira] Issue Comment Edited: (AMQ-1076) Message lost in network of brokers MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39716 ] Nicky Sandhu edited comment on AMQ-1076 at 7/20/07 11:09 AM: ------------------------------------------------------------- I have unit tests that are related to this issue. In a network of brokers offline durable subscribers don't get messages produced during the time they are offline. You should be able to put it under package test/org/apache/activemq/usecases and run them I have deleted the unit tests as there was a bug in them...so it does not apply here was: I have unit tests that are related to this issue. In a network of brokers offline durable subscribers don't get messages produced during the time they are offline. You should be able to put it under package test/org/apache/activemq/usecases and run them > Message lost in network of brokers > ---------------------------------- > > Key: AMQ-1076 > URL: https://issues.apache.org/activemq/browse/AMQ-1076 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.0.0 > Environment: Windows XP, jdk 1.5 > Reporter: Marlon Santos > Fix For: 5.0.0 > > > There are two networked brokers, BrokerA and BrokerB... > BrokerA and BrokerB is starrted up, a durable subscriber registers for a topic on BrokerA... BrokerA is stopped, message is sent to topic in BrokerB.. > Then BrokerA is started again, BrokerB is stopped. the same durable subscriber is started, but it doesnt receive any messages... > It seems that the messages from the topic was not forwarded to the other broker, when it should have.. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.