michaelandrepearce commented on a change in pull request #2850: ARTEMIS-2504
implement retroactive addresses
URL: https://github.com/apache/activemq-artemis/pull/2850#discussion_r328402743
##########
File path: artemis-server/src/main/resources/schema/artemis-configuration.xsd
##########
@@ -3404,6 +3404,14 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
+
+ <xsd:element name="retroactive-message-count" type="xsd:long"
default="0" maxOccurs="1" minOccurs="0">
Review comment:
Can prefix default. In future or even in this pr it would be good to be able
to explicitly set/control this at an address level. Thus this would just be a
default thats then applied if none is set at that level
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services