I have to take in two files as input because the 3rd party custom mapping
route is expecting two arguments ( both as byte[] )
So the example would be
<route>
<from uri="file:input/file1.xml"/>
<convertBodyTo type="byte[]"/>
<from uri="file:input/file2.xml"/>
<convertBodyTo type="byte[]"/>
<to uri="mappingURI:MyMappingTranslation"/>
</route>
--
View this message in context:
http://camel.465427.n5.nabble.com/Multiple-inputs-to-an-endpoint-tp5737839p5737983.html
Sent from the Camel - Users mailing list archive at Nabble.com.