Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 4701 invoked from network); 17 Jun 2010 06:40:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Jun 2010 06:40:17 -0000 Received: (qmail 17216 invoked by uid 500); 17 Jun 2010 06:40:17 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 17008 invoked by uid 500); 17 Jun 2010 06:40:15 -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 16991 invoked by uid 99); 17 Jun 2010 06:40:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 06:40:14 +0000 X-ASF-Spam-Status: No, hits=-1526.5 required=10.0 tests=ALL_TRUSTED,AWL 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; Thu, 17 Jun 2010 06:40:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5H6drRe005194 for ; Thu, 17 Jun 2010 06:39:53 GMT Message-ID: <8332590.17171276756793263.JavaMail.jira@thor> Date: Thu, 17 Jun 2010 02:39:53 -0400 (EDT) From: "Ryan Rolland (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-2780) ActiveMQ not preserving Message Order In-Reply-To: <1931984.15621276661691781.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-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60118#action_60118 ] Ryan Rolland commented on AMQ-2780: ----------------------------------- Unsure, I did not check to see if the order violation immediately followed the delay. I would guess that it doesn't because the sequence numbers from the violations are not near multiples of 100000. > ActiveMQ not preserving Message Order > ------------------------------------- > > Key: AMQ-2780 > URL: https://issues.apache.org/activemq/browse/AMQ-2780 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.3.0 > Environment: Windows XP, JDK 1.6.0_07 > Reporter: Ryan Rolland > Assignee: Rob Davies > Priority: Critical > Fix For: 5.4.0 > > Attachments: BenchmarkSupport.java, Consumer.java, Producer.java > > > I believe I have found a bug in message order delivery in ActiveMQ. I have taken the example benchmark consumer and producer programs and made the following modifications: > 1) Added a counter to keep track manually of the message order. > 2) Made the transmitted number of bytes per message random between 1 and 64 bytes. > 3) Added a random delay between 1 and 10 seconds triggered after every 100000 messages transferred on the publishing side. > After running for a few minutes I begin to see violations in the message delivery order. In my most recent run I have counted 54 violations over the course of an hour. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.