JBoss Fuse Tutorial- Apache Camel Hello World
Overview
In previous project we created a Maven Project for deployment on JBoss Fuse. In this chapter we use the Camel File component to transfer file from one folder to the other and deploy it on JBoss Fuse.Video
This tutorial is explained in the below Youtube Video.Lets Begin
The File component is present in the camel-core jar itself so no new dependency needs to be added. The camel configuration file is to be created in src->main->resources->META-INF->spring. This is the default path wherecamel looks for the config files.
We will create Eclipse Maven project as follows-