mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-27 14:03:25 +00:00
NO-JIRA fix small doc-related issues for id-cache-size
This commit is contained in:
parent
2aff6504e1
commit
43e8009fb0
@ -4448,7 +4448,7 @@
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="id-cache-size" type="xsd:int" maxOccurs="1" minOccurs="0">
|
||||
<xsd:element name="id-cache-size" type="xsd:int" default="20000" maxOccurs="1" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
This will set the Duplicate ID cache size for the matching address. By default the global
|
||||
|
@ -79,7 +79,7 @@ Here an example of an `address-setting` entry that might be found in the `broker
|
||||
<retroactive-message-count>0</retroactive-message-count>
|
||||
<enable-metrics>true</enable-metrics>
|
||||
<enable-ingress-timestamp>false</enable-ingress-timestamp>
|
||||
<id-cache-size>500</id-cache-size>
|
||||
<id-cache-size>20000</id-cache-size>
|
||||
</address-setting>
|
||||
</address-settings>
|
||||
----
|
||||
@ -391,8 +391,8 @@ Default is `false`.
|
||||
id-cache-size::
|
||||
defines the maximum size of the duplicate ID cache for an address, as each address has it's own cache
|
||||
that helps to detect and prevent the processing of duplicate messages based on their unique identification.
|
||||
By default, the `id-cache-size` setting inherits from the global `id-cache-size`, with a default of `20000`
|
||||
elements if not explicitly configured. Read more about xref:duplicate-detection.adoc#configuring-the-duplicate-id-cache[duplicate id cache sizes].
|
||||
By default, the `id-cache-size` setting inherits from the global `id-cache-size`, with a default of `20000` elements if not explicitly configured.
|
||||
Read more about xref:duplicate-detection.adoc#configuring-the-duplicate-id-cache[duplicate id cache sizes].
|
||||
|
||||
## Literal Matches
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user