InterviewSolution
Saved Bookmarks
| 1. |
What are Flow Processing Strategies and what are the different types of it? |
|
Answer» How Mule implements message processing for a GIVEN flow is determined by a Flow Processing Strategy. All Mule FLOWS have an implicit processing strategy which Mule applies AUTOMATICALLY: either SYNCHRONOUS or queued-asynchronous. Each of these processing STRATEGIES is optimal for certain flows. The different types of Flow Processing Strategies are:
|
|