Versions Compared

Key

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

...

This allows you to boot up any Spring services you wish; whether they are Camel related or any other Spring POJOs.

Visualiation

Camel supports Visualisation to be able to turn your Enterprise Integration Patterns into a nice graphical represenation.

By default when you use the camel:run plugin, you get a DOT file generated in target/site/cameldoc.

If you then run the camel:dot plugin it will turn that DOT file into a PNG and SVG file you can show on your website

Code Block

mvn camel:dot

Your generated PNG/SVG files will then be in the target/site/cameldoc directory.