Github user franz1981 commented on the issue:
https://github.com/apache/activemq-artemis/pull/1576
@mtaylor Yes i understand but quoting it:
> The use of this feature is not recommended, because it has side effects
related to session state and data consistency when applications don't handle
SQLExceptions properly, and is only designed to be used when you are unable to
configure your application to handle SQLExceptions resulting from dead and
stale connections properly. Alternatively, as a last option, investigate
setting the MySQL server variable "wait_timeout" to a high value, rather than
the default of 8 hours.
> Default: false
I think that providing (if necessary as you said) an application level pool
is a better chance to have something that could work across vendors.
---