NO-JIRA - XSD Doc fix
Just correcting (reverting) an accidental doc change i had made a while back, for auto-delete-addresses, which was intended for config-delete-addresses.
This commit is contained in:
parent
9387b9af4e
commit
72d694b9ed
|
@ -2627,9 +2627,7 @@
|
|||
<xsd:element name="auto-delete-addresses" type="xsd:boolean" default="true" maxOccurs="1" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
What to do when an address is no longer in broker.xml.
|
||||
OFF = will do nothing addresses will remain,
|
||||
FORCE = delete address and its queues even if messages remaining.
|
||||
whether or not to delete auto-created addresses when it no longer has any queues
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
|
@ -2637,7 +2635,9 @@
|
|||
<xsd:element name="config-delete-addresses" default="OFF" maxOccurs="1" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
What to do when an address is no longer in broker.xml. OFF = will do nothing addresses will remain, FORCE = delete queues, and address even if messages remaining.
|
||||
What to do when an address is no longer in broker.xml.
|
||||
OFF = will do nothing addresses will remain,
|
||||
FORCE = delete queues, and address even if messages remaining.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleType>
|
||||
|
|
Loading…
Reference in New Issue