Versions Compared

Key

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

...

If you wish to use Maven to run the examples first example, change directory into the example you want to run then run the following command.

Code Block
cd camel-example-jms-file
mvn exec:java

To run the other Spring based examples such as the Spring Example then you use the Camel Maven Plugin. For example

Code Block

cd camel-example-spring
mvn camel:run

Running the examples in your IDE

...