Versions Compared

Key

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

...

Yes Camel can run standalone or in any container. Running Standalone is as simple just to create a CamelContext, add routes and start it. If you don't want write your own main, you could use the one from Spring (http://activemq.apache.org/camel/maven/camel-spring/apidocs/) also used by the Camel Maven Plugin.

The starting guide is a good place to start:
Getting Started

...