Hi. In doc section https://activemq.apache.org/components/artemis/documentation/latest/persistence.html#configuring-jdbc-connection-pooling I`ve found the following warning:
> Please note that the reconnection works only if there is no client sending > messages. Instead, if there is an attempt to write to the journal’s tables > during the reconnection, then the broker will fail fast and shutdown. Could you please clarify if it relates just to jdbc connection pooling configuration or whole jdbc persistence (with or without pooling)? Thanks. Best regards, Sergey.