A Mule application is synchronizing customer data between two different database systems.
What is the main benefit of using eXtended Architecture (XA) transactions over local transactions to synchronize these two different database systems?
An XA transaction synchronizes the database systems with the least amount of Mule configuration or coding
An XA transaction handles the largest number of requests in the shortest time
An XA transaction automatically rolls back operations against both database systems if any operation falls
An XA transaction writes to both database systems as fast as possible
Submit