A simple example that uses Kotlin programming language to define a little Camel route.
The Camel route listen on HTTP port 8080 and return back a constant response.
To build this project use
mvn install
To run this project
mvn exec:java
You can then open the following url from a web browser: http://localhost:8080
If you hit an problems please let us know on the Camel Forums http://camel.apache.org/discussion-forums.html
Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy!
The Camel riders!