Camel Component Project
====================
This Project is a template of a Camel component using Scala.

To build this project use

    mvn install

For more help see the Apache Camel documentation:

    http://camel.apache.org/writing-components.html

Scala should only be used for Scala-related components such as Akka or Play framework.
See http://camel.465427.n5.nabble.com/Create-a-new-Camel-component-via-Scala-Component-Archetype-td5708543.html#a5711675

