A Mule application uses the Database connector.
What condition can the Mule application automatically adjust to or recover from without needing to restart or redeploy the Mule application?
A Mule application uses the Database connector.
What condition can the Mule application automatically adjust to or recover from without needing to restart or redeploy the Mule application?
A Mule application can automatically adjust to or recover from a situation where the database server was unavailable for a period of time and later becomes fully operational again. Mule applications are designed to handle temporary unavailability of resources like database servers, and once the server is back online, the application can continue its operations without needing to be restarted or redeployed. Examples like renaming stored procedures, updating database drivers, or changing credentials typically require reconfigurations and potentially restarts or redeployments to take effect.
Answer is C
C. The database server was unavailable for four hours due to a major outage but is now fully operational again
Answer is C
C. The database server was unavailable for four hours due to a major outage but is now fully operational again
Change in property also causes restarts C. The database server was unavailable for four hours due to a major outage but is now fully operational again
C. COuld also be D but it is not clear if the DB credentials are in a property file.
no matter where the DB credentials are stored (property file, runtime manager properties, hardcoded in connector) it is necessary a restart or deploy of the mule app.
It should be C