The documentation you cited is specifically related to behavior when using JDBC connection pooling.
Justin On Fri, Jul 4, 2025 at 8:07 AM Sergey Fedechkin <sergey.fedech...@gmail.com> wrote: > 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. >