Hi folks, Are batch consumers guaranteed to reach their first node in order?
As in, would this route have the same behaviour whatever hardware runs it
without resorting to a single-threaded executor?
from("file://foo?sortBy=file:modified")
.to("seda:myQueue")
