Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Included the correct namespace and schema location for 1.x users

...

  • Adding Camel schema
  • Configure Routes in two ways:
    • Using Java Code
    • Using Spring XML

Adding Camel Schema

Note

For Camel 1.x you need to use the following namespace:

Code Block

http://activemq.apache.org/camel/schema/spring

with the following schema location:

Code Block

http://activemq.apache.org/camel/schema/spring/camel-spring.xsd

You need to add Camel to the schemaLocation declaration

...