Versions Compared

Key

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

...

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

...