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.

Reply via email to