joshb1050 commented on code in PR #4966:
URL: https://github.com/apache/activemq-artemis/pull/4966#discussion_r1674392684
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/settings/impl/AddressSettings.java:
##########
@@ -1604,6 +1619,7 @@ public void decode(ActiveMQBuffer buffer, boolean
tryCompatible) {
prefetchPageMessages = BufferHelper.readNullableInteger(buffer);
}
+
Review Comment:
Done
##########
docs/user-manual/address-settings.adoc:
##########
@@ -394,6 +394,10 @@ that helps to detect and prevent the processing of
duplicate messages based on t
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].
+intermediate-message-buffer-initial-size::
+defines the initial number of elements of the intermediate message reference
buffer (an `Object[]`), which is instantiated for each queue.
+By default, this value is `8192` bytes if not explicitly configured. This must
be a positive power of 2 (i.e. `0` is not an option).
Review Comment:
Done
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact