DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
To run an example, change to the directory of the example you want to run,
set any environment variables mentioned in the README.txt, and then launch
ant:
on UNIX
| Code Block |
|---|
cd camel-example-spring export ACTIVEMQ_HOME=<path to ActiveMQ install directory> ant |
...