My use case is quite simple
As soon as xml file arrives in one hot folder, I use came routes to move it
to another file directory.

*Question:* I want to store this information about different files transfer
in database. e.g. File name 'abc' moved successfully at this particular time
instance. Could you please help how can I achieve this.

Please let me know if any more elaboration is required.

My blueprint.xml looks like

  <camelContext trace="false" id="blueprintContext"
xmlns="http://camel.apache.org/schema/blueprint";>
    <route id="moveAttachedFiles">
        <description>This route is used to move input file to connect spool
directory</description>
        <from uri="file:File_Watcher/input_files"/>
        <to uri="file:{{MovementProfile.location}}"/>
    </route>






--
View this message in context: 
http://camel.465427.n5.nabble.com/Storing-camel-routes-information-in-a-DB-tp5730578.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to