Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 1565 invoked from network); 17 Jun 2010 12:54:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Jun 2010 12:54:04 -0000 Received: (qmail 73348 invoked by uid 500); 17 Jun 2010 05:47:22 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 73154 invoked by uid 500); 17 Jun 2010 05:47:20 -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 73041 invoked by uid 99); 17 Jun 2010 05:47:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 05:47:17 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 05:47:14 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5H5kr63004663 for ; Thu, 17 Jun 2010 05:46:53 GMT Message-ID: <6334439.17061276753613592.JavaMail.jira@thor> Date: Thu, 17 Jun 2010 01:46:53 -0400 (EDT) From: "Rob Davies (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies updated AMQ-2780: ---------------------------- Fix Version/s: 5.4.0 (was: 5.4.1) > 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.