Versions Compared

Key

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

...

Is it possible to start Camel as a standalone application, without embedding it in another application?

...

Yes Camel can run standalone or in any container. Running Standalone is as simple just to create a CamelContext, add routes and start it.

...