Multiple choice technology architecture

enables asynchronous processing in your enterprise applications using JMS

  1. Service Activator

  2. Data Access Object

  3. Domain Store

  4. Business Object

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Service Activator pattern enables asynchronous processing by receiving messages from JMS and invoking business services in a separate thread or process. It decouples message reception from business logic processing. DAO handles data access, Domain Store provides transparent persistence, and Business Object represents business entities.