Versions Compared

Key

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

...

  • see threading model in Apache Camel or threading model in JBoss FUSE (note: JBoss FUSE is enterprise version of Apache Camel with better documentation).
  • see Design Notes for ThreadPool Configuration
  • default ThreadPoolProfile is as follows (defined in org.apache.camel.impl.DefaultExecutorServiceManager):
    • pool size - threads to keep minimum in pool
    • max pool size - the maximum pool size
    • max queue size - the maximum number of tasks in the work queue

...