Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Archetype

Description

camel-router archetype-activemq

This archetype is used to create a new Maven project for Camel routes. You can use this quickly to get up to speed . The archetypes includes sample code that supporting Spring style routing as well. using Camel with ActiveMQ

camel-archetype camel-component

This archetype is used for creating a new Maven project for Camel components. Use this if there is a component missing in Camel that you want to create yourself.

camel-archetype-java

This archetype is used to create a new Maven project for Camel routes. You can use this quickly to get up to speed. The archetypes includes sample code that supporting Spring style routing as well.

camel-archetype-spring

This archetype is used to create a new Maven project for Camel routes. You can use this quickly to get up to speed. It is very similar to the camel-archetype-java archetype with the Java DSL transposed to Spring XML.

Examples

See Creating a new Spring based Camel Route for a sample how to use the camel-archetype-java and camel-router archetype-spring archetypes.