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:

  • Synchronous Flow Processing Strategy.
  • Asynchronous Flow Processing Strategy.
  • Queued Flow Processing Strategy.
  • Queued Asynchronous Flow Processing Strategy.
  • Custom Processing Strategy.
  • Thread Per Processing Strategy.
  • Non-blocking Flow Processing Strategy.


Discussion

No Comment Found