DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
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
...