You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/10/24 14:34:01 UTC

[jira] [Created] (CAMEL-6894) camel-netty-http - Should use orderedThreadPoolExecutor

Claus Ibsen created CAMEL-6894:
----------------------------------

             Summary: camel-netty-http - Should use orderedThreadPoolExecutor
                 Key: CAMEL-6894
                 URL: https://issues.apache.org/jira/browse/CAMEL-6894
             Project: Camel
          Issue Type: Improvement
          Components: camel-netty-http
    Affects Versions: 2.12.1
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.12.2, 2.13.0


Just as regular camel-netty uses this option by default, we should do the same for camel-netty-http.

This allows netty worker threads to not process the message in the Camel routes but offload that to the OrderedMemoryAwareThreadPoolExecutor thread pool, which also ensures events from the same channel is executed in order.



--
This message was sent by Atlassian JIRA
(v6.1#6144)