How to work with JDBC and XA Transactions
Transactions are a fundamental piece of Mule, since they are essential to guaranteeing that, in the event of an exception or a problem, the consistency
Mule Tip: Including formatted SQL statements from external files in your application
When developing a Mule Application the normal way to define an SQL statement is by declaring it directly in the connector, as shown in