Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 10960 invoked from network); 24 Nov 2010 17:23:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Nov 2010 17:23:17 -0000 Received: (qmail 43585 invoked by uid 500); 24 Nov 2010 17:23:49 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 43557 invoked by uid 500); 24 Nov 2010 17:23:49 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 43549 invoked by uid 500); 24 Nov 2010 17:23:49 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 43546 invoked by uid 99); 24 Nov 2010 17:23:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 17:23:49 +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; Wed, 24 Nov 2010 17:23:46 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAOHNOpD001889 for ; Wed, 24 Nov 2010 17:23:25 GMT Message-ID: <22937064.12461290619404831.JavaMail.jira@thor> Date: Wed, 24 Nov 2010 12:23:24 -0500 (EST) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-3365) message order issue under load In-Reply-To: <23921360.12391290618204769.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-3365?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 63511#action_63511 ]=20 Claus Ibsen commented on CAMEL-3365: ------------------------------------ What about the client? Is it single threaded only? eg only one client sendi= ng request .. waiting for response ... sending request ... waiting for resp= onse ... and so on. And whats the problem really? What do mean mean is out of order? Can you gi= ve an example. And next time please use the mailing list first for help. The issue track i= s not really for that. It brings a lot of noise in the project. When its on= ly the committers who are reading the issue tracker. And we are not keen on= people opening tickets. > message order issue under load > ------------------------------ > > Key: CAMEL-3365 > URL: https://issues.apache.org/activemq/browse/CAMEL-3365 > Project: Apache Camel > Issue Type: Bug > Components: camel-cxf > Affects Versions: 2.4.0 > Environment: Eclipse 3.6 / Windows XP SP3 > Reporter: BARRAULT Herv=C3=A9 > Attachments: orderIssueTest.zip > > > We are using a simple route to process a one way message. > We have modified the behavior of jetty and camel to have only one thread. > Jetty configuration : > > =09 > =09=09 > =09 > > Route configuration : > from("cxf:bean:myEndpoint").threads(1,1).process(myprocessor); > When processing time is higher than the time between two requests, after = a while, the emitter is blocked and the order is not kept. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.