This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new d8719c9c0b NO-JIRA fix JDBC doc issue
d8719c9c0b is described below
commit d8719c9c0b3f5b8de859325813f58983a2862a6f
Author: Justin Bertram <[email protected]>
AuthorDate: Wed Dec 3 07:59:44 2025 -0600
NO-JIRA fix JDBC doc issue
---
docs/user-manual/persistence.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/persistence.adoc
b/docs/user-manual/persistence.adoc
index 07990c588f..d730905caf 100644
--- a/docs/user-manual/persistence.adoc
+++ b/docs/user-manual/persistence.adoc
@@ -318,7 +318,7 @@ For example:
<jdbc-connection-url>jdbc:derby:data/derby/database-store;create=true</jdbc-connection-url>
<bindings-table-name>BINDINGS_TABLE</bindings-table-name>
<message-table-name>MESSAGE_TABLE</message-table-name>
- <page-store-table-name>MESSAGE_TABLE</page-store-table-name>
+ <page-store-table-name>PAGE_TABLE</page-store-table-name>
<large-message-table-name>LARGE_MESSAGES_TABLE</large-message-table-name>
<node-manager-store-table-name>NODE_MANAGER_TABLE</node-manager-store-table-name>
</database-store>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact