Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2388#discussion_r227665143
--- Diff:
artemis-server/src/main/resources/schema/artemis-configuration.xsd ---
@@ -336,6 +336,14 @@
</xsd:annotation>
</xsd:element>
+ <xsd:element name="address-queue-scan-period" type="xsd:long"
default="30000" maxOccurs="1" minOccurs="0">
--- End diff --
Can this be added to the artemis-configuration used for testing to keep as
much as possible the two in sync
---