Adds new setting to the pool, for transaction requirements. The pool verifies the tx status by checking connectionHandler.isEnlisted() after transactionIntegration.associate(connectionHandler)
Values can be:
- OFF - No requirement
- WARN - Warning if connection is not enlisted
- STRICT - Exception if connection is not enlisted