How to copy file from one location to other using java DSL in camel?
Answer Posted / Rahul Meena
To copy a file using Java DSL in Apache Camel, you can use the File component. Here is an example of a simple route that copies a file:n`nfrom("file:///src/folder")n.to("file:///dest/folder")n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category