The asynchronous beans feature adds a new set of APIs that enable
Java 2 Platform Enterprise Edition J2EE applications to run asynchronously
inside an Integration Server.
About this task
This topic provides a brief overview of the tasks involved in using
asynchronous beans. For a more detailed description of the asynchronous beans
model, refer to the Asynchronous beans conceptual topic. For detailed information
on the programming model for supported asynchronous beans interfaces refer
to the Work managers topic.
Procedure
- Configure work managers.
- Configure timer managers.
- Assemble
applications that use asynchronous beans work managers.
- Develop work objects to run code in parallel.
- Develop event listeners.
- Develop asynchronous scopes.