You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2018/06/07 15:36:00 UTC

[jira] [Resolved] (ARTEMIS-1911) Incorrect documented default for message-counter-max-day-history

     [ https://issues.apache.org/jira/browse/ARTEMIS-1911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram resolved ARTEMIS-1911.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.6.1

> Incorrect documented default for message-counter-max-day-history
> ----------------------------------------------------------------
>
>                 Key: ARTEMIS-1911
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1911
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Lionel Cons
>            Priority: Minor
>             Fix For: 2.6.1
>
>
> The default for {{message-counter-max-day-history}} documented in https://activemq.apache.org/artemis/docs/latest/configuration-index.html is:
> {quote}
> how many days to keep message counter history. Default=10 (days)
> {quote}
> However, the XSD file contains:
> {code}
> <xsd:element name="message-counter-history-day-limit" type="xsd:int" default="0" maxOccurs="1" minOccurs="0">
> {code}
> This seems to match {{AddressSettings.java}} that contains:
> {code}
>    public static final int DEFAULT_MESSAGE_COUNTER_HISTORY_DAY_LIMIT = 0;
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)