[
https://issues.apache.org/jira/browse/ARTEMIS-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417552#comment-16417552
]
ASF GitHub Bot commented on ARTEMIS-1774:
-----------------------------------------
Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1977#discussion_r177791184
--- Diff:
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/DBOption.java
---
@@ -74,9 +74,12 @@
@Option(name = "--jdbc-large-message-table-name", description = "Name
of the large messages table")
private String jdbcLargeMessages =
ActiveMQDefaultConfiguration.getDefaultLargeMessagesTableName();
- @Option(name = "--jdbc-page-store-table-name", description = "Name of
the page sotre messages table")
+ @Option(name = "--jdbc-page-store-table-name", description = "Name of
the page store messages table")
private String jdbcPageStore =
ActiveMQDefaultConfiguration.getDefaultPageStoreTableName();
--- End diff --
nm... I thought you missed it on parseDBConfiguration
> Node Manager Store table name should be configurable
> ----------------------------------------------------
>
> Key: ARTEMIS-1774
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1774
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Broker
> Affects Versions: 2.5.0
> Reporter: Francesco Nigro
> Assignee: Francesco Nigro
> Priority: Major
> Fix For: 2.5.1
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)