Skip to content

Commit

Permalink
add queue-limit to config.xsd (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
DC2-DanielKrueger committed Sep 23, 2024
1 parent 84c38ee commit dc32b59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hivemq-edge/src/main/resources/config.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,7 @@
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="queue-limit" type="xs:int" minOccurs="0"/>
<xs:element name="preserve-retain" type="xs:boolean" minOccurs="0"/>
<xs:element name="destination" type="nonEmptyString" minOccurs="0"/>
<xs:element name="custom-user-properties" minOccurs="0">
Expand Down

0 comments on commit dc32b59

Please sign in to comment.