An incident that is necessary to call a method .end()

from("...")
    .filter()
        .to("myprocess")
        .to("mock.out")
    .end();


Your account is perceived as

from("...")
    .filter()
        .to("myprocess")
    .end()
    .to("mock.out");




--
View this message in context: 
http://camel.465427.n5.nabble.com/parallelProcessing-with-multicast-tp5765146p5765154.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to