Hello, I have looked over the use of executeBatch in artemis-jdbc-store and it would be safe to use mysql’s rewriteBatchedStatements connection string value the way the code is written right now. I was wondering if that was a conscious decision given rewriteBatchedStatements is not JDBC conformant.
https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-connp-props-performance-extensions.html#cj-conn-prop_rewriteBatchedStatements Stephen E. Baker