You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/11/21 13:21:52 UTC

[jira] Resolved: (CAMEL-752) New component: Multi-threading with Scala actors

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

Claus Ibsen resolved CAMEL-752.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Future)
                   2.1.0

Gertv I am closing this one.

Feel free to create new tickets in the future for any work on camel-scala

> New component: Multi-threading with Scala actors
> ------------------------------------------------
>
>                 Key: CAMEL-752
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-752
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-scala
>    Affects Versions: 1.4.0
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: 2.1.0
>
>
> Actors in Scala are concurrent processes that communicate by exchanging messages.  We should add a component that allows people to use Scala actors for implementing concurrent execution in Camel, even from within the Java/Spring DSLs.
> {code:java}
> from("direct:a").to("actor:pong");
> from("actor:pong").process(...);
> {code}

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