1Z0-478 · Question #44
Identify three valid BPEL thread pools.
The correct answer is A. Engine C. Invoke D. System. BPEL Threading Model When the dispatcher must schedule a dispatch message for execution, it can enqueue the message into a thread pool. Each dispatch set can contain a thread pool (java.util.concurrent.ThreadPoolExecutor). The BPEL thread pool implementation notifies the…
Question
Identify three valid BPEL thread pools.
Options
- AEngine
- BCallback
- CInvoke
- DSystem
- EService
How the community answered
(60 responses)- A78% (47)
- B8% (5)
- E13% (8)
Explanation
BPEL Threading Model When the dispatcher must schedule a dispatch message for execution, it can enqueue the message into a thread pool. Each dispatch set can contain a thread pool (java.util.concurrent.ThreadPoolExecutor). The BPEL thread pool implementation notifies the threads when a message has been enqueued and ensures the appropriate number of threads are instantiated in the pool. The following thread properties can be tuned: (C) Dispatcher Invoke Threads (D) Dispatcher System Threads Dispatcher Maximum Request Depth
Topics
Community Discussion
No community discussion yet for this question.