Embed presentation
Downloaded 20 times














This document discusses how to use Mule's Scatter-Gather routing processor to access two different databases concurrently. The flow retrieves data from both a Microsoft SQL Server database and a PostgreSQL database in parallel. It collects the responses and aggregates them into a single message to return. This allows the databases to be queried simultaneously rather than sequentially for improved performance.












