Versions Compared

Key

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

...

The most important piece of functionality provided by the Camel auto-configuration is CamelContext instance. Camel auto-configuration creates SpringCamelContext for your you and take takes care of the proper initialization and shutdown of that context. Created Camel context is also registered in the Spring application context (under camelContext bean name), so you can access it just as the any other Spring bean.

...

By default consumer and producer templates comes with the endpoint cache sizes equal to 1000. You can change that those values via the following Spring properties:

...