Re: [akka-user] question about receiving data from seda when using akka camel

2014-06-20 Thread Akka Team
Hi, No, the meaning of concurrentConsumers is defined and implemented by the SEDA component (http://camel.apache.org/seda.html) Akka cannot change the meaning of that. In an actor system you probably gain nothing from using this functionality, since you can just immediately forward an incoming mes

[akka-user] question about receiving data from seda when using akka camel

2014-06-19 Thread simafengyun
Hi All, I have an consumer actor like below. It just consumers data from seda. But i configure *concurrentConsumers=20. * *Does it means there will be 20 temp actor will receive data from the seda and send data to AkkaConsumerActor in the same time?* public class AkkaConsumerActor extends Untyp