You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Sachin <sa...@gmail.com> on 2013/05/01 16:55:45 UTC

RE: Processors in parallel mode

Actually it worked with component scanning and even to add more if we keep
all processors in normal way after multicast and parallel processing, that
works too.
from("direct:endpoint") 

              multicast().
                 .parallelProcessing() 
                .process(processor1) 
                .process(processor2) 
                 .process(processor3) 
                .process(processor4) 
           .end() 



--
View this message in context: http://camel.465427.n5.nabble.com/Processors-in-parallel-mode-tp5731613p5731859.html
Sent from the Camel - Users mailing list archive at Nabble.com.