Concurrency Utilities for Java EE 1.0
This feature enables the creation of managed executors that allow applications to submit tasks to run concurrently, with thread context 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.
Enable this feature
To enable the Concurrency Utilities for Java EE 1.0 feature, add the following element declaration into server.xml, inside the featureManager element:
<feature>concurrent-1.0</feature>
Feature configuration elements
- classloading
- concurrencyPolicy
- contextService
- managedExecutorService
- managedScheduledExecutorService
- managedThreadFactory
Standard API packages provided by this feature
- javax.enterprise.concurrent
Supported Java versions
- JavaSE-1.8
- JavaSE-11.0
- JavaSE-17.0
- JavaSE-21.0
- JavaSE-24.0
Platform Versions
- javaee-7.0
- javaee-8.0
- jakartaee-8.0
Features that enable this feature
- jakartaee-8.0
- javaee-7.0
- javaee-8.0
- mpContextPropagation-1.0
- mpContextPropagation-1.2
- mpFaultTolerance-1.0
- mpFaultTolerance-1.1
- mpFaultTolerance-2.0
- mpFaultTolerance-2.1
- mpReactiveMessaging-1.0
- mpReactiveStreams-1.0
Develop a feature that depends on this feature
If we are developing a feature that depends on this feature, include the following item in the Subsystem-Content header in your feature manifest file.
com.ibm.websphere.appserver.concurrent-1.0; type="osgi.subsystem.feature"