Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 67031 invoked from network); 9 Feb 2011 16:51:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2011 16:51:22 -0000 Received: (qmail 63306 invoked by uid 500); 9 Feb 2011 16:51:22 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 62769 invoked by uid 500); 9 Feb 2011 16:51: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 62756 invoked by uid 99); 9 Feb 2011 16:51:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Feb 2011 16:51:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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, 09 Feb 2011 16:51:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8AE9519B5E4 for ; Wed, 9 Feb 2011 16:50:57 +0000 (UTC) Date: Wed, 9 Feb 2011 16:50:57 +0000 (UTC) From: "Wade Poziombka (JIRA)" To: dev@activemq.apache.org Message-ID: <492701747.5432.1297270257565.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (AMQ-2923) Clients are sent messages out of producer-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-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992567#comment-12992567 ] Wade Poziombka commented on AMQ-2923: ------------------------------------- I also observe this out of order behavior. Is there any update or workaround? > Clients are sent messages out of producer-order > ----------------------------------------------- > > Key: AMQ-2923 > URL: https://issues.apache.org/jira/browse/AMQ-2923 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.4.0, 5.4.1, 5.4.2 > Environment: Ubuntu 10.04. > Reporter: James Green > Priority: Critical > Attachments: amq.gif, stomp.log > > > On a single host: > Producer P1 posts message M1 to Queue Q. > Producer P2 posts message M2 to Queue Q a few seconds later. > Consumer C1 comes a few seconds further along along and begins reading from Queue Q. Occassionally, C1 receives M2 before M1. > This is what I'm seeing in two PHP application connecting to ActiveMQ via STOMP. After dozens of tests I've finally reproduced it with trace=true. I am not sure what environmental conditions cause this to occur. > I will attach a log. Watch for destination:/queue/Outbound.Account.200000 which is Q. M1 has a reason="MJINITIALSTATE" and M2 has a reason="E----:Confirmed..." -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira