Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9FA4398DC for ; Wed, 5 Oct 2011 22:24:54 +0000 (UTC) Received: (qmail 10532 invoked by uid 500); 5 Oct 2011 22:24:54 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 10474 invoked by uid 500); 5 Oct 2011 22:24:54 -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 10461 invoked by uid 99); 5 Oct 2011 22:24:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2011 22:24:54 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2011 22:24:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 70DCC2AB550 for ; Wed, 5 Oct 2011 22:24:30 +0000 (UTC) Date: Wed, 5 Oct 2011 22:24:30 +0000 (UTC) From: "Allen Reese (Commented) (JIRA)" To: dev@activemq.apache.org Message-ID: <75906691.1131.1317853470463.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (AMQ-2780) ActiveMQ not preserving Message Order MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AMQ-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13121544#comment-13121544 ] Allen Reese commented on AMQ-2780: ---------------------------------- I am out of the office until 10/10/2011 For any Java platform issues, please contact apag-java-platform@yahoo-inc.com For core-commit issues, please contact core-commit@yahoo-inc.com For anything else, contact David Tompkins, tompkins@yahoo-inc.com and he can reach me > ActiveMQ not preserving Message Order > ------------------------------------- > > Key: AMQ-2780 > URL: https://issues.apache.org/jira/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: Timothy Bish > Priority: Critical > Fix For: 5.6.0 > > Attachments: AMQ2780Test.java, 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. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira