Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Each thread pool has its own identifier, for example:

  • Wiki Markup{{component.\[id\]}} where {{\[id\]}} is the name of the componentunmigrated-wiki-markup{{
  • flow.seda.\[id\]}} where {{\[id\]}} is the name of the componentunmigrated-wiki-markup{{
  • flow.jca.\[destination\]}} where {{\[destination\]}} is the name of the JMS destination used

Thread pools are configured hierarchically using these ids. It means that when an executor is created with an id of <code>foo.bar</code>, the factory will look for a configuration in the following way:

...