Jakarta Concurrency3.02.01.0
Jakarta Concurrency
3.0
2.0
1.0
This feature enables the creation of managed executors that allow applications to submit tasks to run concurrently, with thread context that is managed by the application server.It also enables the creation of managed thread factories to create threads that run with the threadcontext of the component that looks up the managed thread factory.
Enabling this feature
To enable the Jakarta Concurrency 2.0 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>concurrent-2.0</feature>