Hi Team,
   When we are handling the files related stuff with apache camel we are
seeing below issues .especially when there is multi processing.

from("direct:a")
.multicast()
.parallelProcessing().to("direct:x", "direct:y");


here suppose direct y route is taking long time than direct x . if we add
on completion to this direct:a route it's not waiting until both x and y
routes complete.

especially case like y is trying to write a large file. it's not waiting .




From:
Srinivasa reddy Eevuri
08/mca/33,
NIT Durgapur.
                                    " known is drop and unknown is an ocean"

Reply via email to