You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "BARRAULT Hervé (JIRA)" <ji...@apache.org> on 2010/11/24 18:11:24 UTC

[jira] Updated: (CAMEL-3365) message order issue under load

     [ https://issues.apache.org/activemq/browse/CAMEL-3365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

BARRAULT Hervé updated CAMEL-3365:
----------------------------------

    Attachment: orderIssueTest.zip

We are launching the project under eclipse
(mvn eclipse:eclipse to create the projet (after import in eclipse)

For the stimulation we use a soap ui project (test case which will loop continuously)
the test case increases automatically the indice value which is tested in the processor (to test the order).



> 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é
>         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 :
> <httpj:engine-factory bus="cxf">
>     	<httpj:engine port="0">
>     		<httpj:threadingParameters minThreads="1" maxThreads="2" />
>     	</httpj:engine>
> </httpj:engine-factory>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.