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

[jira] [Commented] (ARTEMIS-1908) The Configuration Reference page should document all available settings

    [ https://issues.apache.org/jira/browse/ARTEMIS-1908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16501482#comment-16501482 ] 

Lionel Cons commented on ARTEMIS-1908:
--------------------------------------

FWIW, I've also checked the "core configuration" part (https://activemq.apache.org/artemis/docs/latest/configuration-index.html#the-core-configuration) and the situation is slightly better.

Here are the core settings missing from this part of the Configuration Reference page:
# {{addresses}}
# {{broker-plugins}}
# {{ha-policy}}
# {{internal-naming-prefix}}
# {{jmx-use-broker-name}}
# {{journal-file-open-timeout}}
# {{journal-lock-acquisition-timeout}}
# {{log-delegate-factory-class-name}}
# {{log-journal-write-rate}}
# {{name}}
# {{network-check-period}}
# {{network-check-timeout}}
# {{remoting-outgoing-interceptors}}
# {{resolve-protocols}}
# {{resource-limit-settings}}
# {{server-dump-interval}}
# {{store}}
# {{wildcard-addresses}}

However, there seems to be some discrepancies.

The page documents {{connection-ttl-check-period}} and {{network-check-URL}} while the XSD file has {{connection-ttl-check-interval}} and {{network-check-URL-list}}...

> The Configuration Reference page should document all available settings
> -----------------------------------------------------------------------
>
>                 Key: ARTEMIS-1908
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1908
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Lionel Cons
>            Priority: Major
>
> This is a followup of ARTEMIS-1906 that mentions some settings ({{default-address-routing-type}} and {{default-queue-routing-type}}) that are not documented in [https://activemq.apache.org/artemis/docs/latest/configuration-index.html#address-setting-type].
> I've compared the XSD with the user manual and these settings are not the only ones missing.
> Here are all the settings documented in the Configuration Reference page:
> # {{address-full-policy}}
> # {{dead-letter-address}}
> # {{expiry-address}}
> # {{expiry-delay}}
> # {{last-value-queue}}
> # {{max-delivery-attempts}}
> # {{max-redelivery-delay}}
> # {{max-size-bytes}}
> # {{message-counter-history-day-limit}}
> # {{page-max-cache-size}}
> # {{page-size-bytes}}
> # {{redelivery-delay}}
> # {{redelivery-delay-multiplier}}
> # {{redistribution-delay}}
> # {{send-to-dla-on-no-route}}
> And here are all the available settings according to {{artemis-configuration.xsd}}:
> # {{address-full-policy}}
> # {{auto-create-addresses}}
> # {{auto-create-queues}}
> # {{auto-delete-addresses}}
> # {{auto-delete-queues}}
> # {{config-delete-addresses}}
> # {{config-delete-queues}}
> # {{dead-letter-address}}
> # {{default-address-routing-type}}
> # {{default-exclusive-queue}}
> # {{default-last-value-queue}}
> # {{default-max-consumers}}
> # {{default-purge-on-no-consumers}}
> # {{default-queue-routing-type}}
> # {{expiry-address}}
> # {{expiry-delay}}
> # {{last-value-queue}}
> # {{management-browse-page-size}}
> # {{max-delivery-attempts}}
> # {{max-redelivery-delay}}
> # {{max-size-bytes}}
> # {{max-size-bytes-reject-threshold}}
> # {{message-counter-history-day-limit}}
> # {{page-max-cache-size}}
> # {{page-size-bytes}}
> # {{redelivery-delay}}
> # {{redelivery-delay-multiplier}}
> # {{redistribution-delay}}
> # {{send-to-dla-on-no-route}}
> # {{slow-consumer-check-period}}
> # {{slow-consumer-policy}}
> # {{slow-consumer-threshold}}
> It would be nice to document all the available settings in the Configuration Reference page.
> This is of course not specific to the address related settings. All the settings should be documented...



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