Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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...
Attachments
Issue Links
- is part of
-
ARTEMIS-1912 Review Documentation
- Closed