Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 40775 invoked from network); 25 Aug 2010 11:43:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Aug 2010 11:43:13 -0000 Received: (qmail 73899 invoked by uid 500); 25 Aug 2010 11:43:13 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 73693 invoked by uid 500); 25 Aug 2010 11:43:11 -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 73680 invoked by uid 99); 25 Aug 2010 11:43:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 11:43:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,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; Wed, 25 Aug 2010 11:43:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7PBgmE8005015 for ; Wed, 25 Aug 2010 11:42:48 GMT Message-ID: <19651753.15551282736568198.JavaMail.jira@thor> Date: Wed, 25 Aug 2010 07:42:48 -0400 (EDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Assigned: (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 ] Gary Tully reassigned AMQ-2764: ------------------------------- Assignee: Gary Tully > 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 > Assignee: Gary Tully > Fix For: 5.4.1 > > Attachments: Remote-Console1.JPG, Remote-Console2.JPG, Remote-Console3.JPG, SCA-consumer1.JPG, test-case.txt, test-case.txt > > > I have two AMQ setup. And they use duplex network connection between. After I restart one ActiveMQ which initiates the connection, half of the message are missing. In order to avoid this problem, I have restart the other ActiveMQ. And this only happens when I use "staticallyIncludedDestinations" config in broker. > 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.