Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the early version of the new website
https://camel.apache.org/staging/
We would very much like to receive any feedback on the new site, please join the discussion on the Camel user mailing list.

JBI Service Unit Archetype

If you want to spin up your own project to use Camel to perform some smart routing inside your JBI based ESB you can use the Maven archtetype to get up to speed quickly.

Just type the following into a console...

mvn archetype:create                           \
  -DarchetypeGroupId=org.apache.camel          \
  -DarchetypeArtifactId=camel-jbi-service-unit \
  -DarchetypeVersion=1.0-SNAPSHOT              \
  -DgroupId=myGroupId                          \
  -DartifactId=myArtifactId   

This will create a maven project which can be run immediately via the Camel Maven Plugin as follows

cd myArtifactId
mvn install

The configuration file is in src/main/resources/camel-context.xml.

The routing rules lives at src/main/java/myGroupId/MyRouteBuilder.java

© 2004-2015 The Apache Software Foundation.
Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
Graphic Design By Hiram