A database connection's auto-commit mode can be turned on using the autoCommit
tag. If this tag is omitted, then the auto-commit mode is turned off which means that all transactions will be rolled back if an error occurs in processing a message.
<autoCommit/>