[ 
https://issues.apache.org/jira/browse/CAMEL-752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407763#comment-13407763
 ] 

Claus Ibsen commented on CAMEL-752:
-----------------------------------

Is there any demand for this? People can use camel-akka for example
                
> New component: Multi-threading with Scala actors
> ------------------------------------------------
>
>                 Key: CAMEL-752
>                 URL: https://issues.apache.org/jira/browse/CAMEL-752
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-scala
>    Affects Versions: 1.4.0
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: Future
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to