Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 81275 invoked from network); 4 Jun 2010 18:37:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Jun 2010 18:37:14 -0000 Received: (qmail 9613 invoked by uid 500); 4 Jun 2010 18:37:13 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 9584 invoked by uid 500); 4 Jun 2010 18:37:13 -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 9560 invoked by uid 99); 4 Jun 2010 18:37:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 18:37:13 +0000 X-ASF-Spam-Status: No, hits=-1498.3 required=10.0 tests=ALL_TRUSTED,AWL,NORMAL_HTTP_TO_IP,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 18:37:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o54IapE8015329 for ; Fri, 4 Jun 2010 18:36:52 GMT Message-ID: <2275968.9661275676611836.JavaMail.jira@thor> Date: Fri, 4 Jun 2010 14:36:51 -0400 (EDT) From: "Qingyi Gu (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2764) For "duplex" network connection, after restart one ActiveMQ, message is missing. In-Reply-To: <4176644.9651275676431772.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQ-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qingyi Gu updated AMQ-2764: --------------------------- Attachment: Remote-Console1.JPG Remote-Console2.JPG Remote-Console3.JPG > For "duplex" network connection, after restart one ActiveMQ, message is missing. > ---------------------------------------------------------------------------------- > > Key: AMQ-2764 > URL: https://issues.apache.org/activemq/browse/AMQ-2764 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.3.1 > Environment: Windows2k3, AMQ 5.3.1, > Reporter: Qingyi Gu > Attachments: Remote-Console1.JPG, Remote-Console2.JPG, Remote-Console3.JPG, SCA-consumer1.JPG > > > I have two AMQ setup. And they use duplex network connection between. Here is the setup, see below > 1 SETUP: > a) SCA server has a network connector to remote server114. In order to repeat this problem, you have to use "staticallyIncludedDestinations". > > > > > > b) SCA server has a java code consumer listening on queue R: > c) Remote server114 is listening on 61617, see config below; > > > > > (See attached picture "Remote-Console1.jpg".) > 2. Restart activemq on SCA server and restart consumer application listening on queue R on SCA too. Remote server114 activemq admin console shows there are two consumers on R. > (See attached picture "Remote-Console2.jpg") > 3 Start a producer on remote server114 to send 10 messages to R. On SCA server, consumer on R only receives 5 messages. > (See attached picture "SCA-consumer1.JPG") > 4. On remote server114 activemq admin console, these 10 messages are divided by these two consumers. > (See attached picture "Remote-Console3.jpg") -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.