Hi, > It works fine but i was wondering, is this route more performant ?: > NB: The xml files are pretty big.
If XML (de)serialization is an issue consider using JiBX data format [1].
from("direct:start").unmarshal().jibx(MyMappedBean.class).to(...);
JiBX is a speed demon comparing to JAXB.
Best regards.
[1] http://camel.apache.org/jibx.html
--
Henryk Konsek
http://henryk-konsek.blogspot.com
