joshb1050 commented on code in PR #4966:
URL: https://github.com/apache/activemq-artemis/pull/4966#discussion_r1674392991
##########
docs/user-manual/configuration-index.adoc:
##########
@@ -798,6 +798,11 @@ see `auto-create-queues` & `auto-create-addresses`
| Number of messages a management resource can browse
| 200
+
+|
xref:address-settings.adoc#address-settings[intermediate-message-buffer-initial-size]
+| The number of elements in the intermediate message buffer (`Object[]`)
allocated for each queue
Review Comment:
Done
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQMessageBundle.java:
##########
@@ -551,4 +551,7 @@ IllegalStateException invalidRoutingTypeUpdate(String
queueName,
@Message(id = 229253, value = "Unable to acquire OperationContext when
replicating packet: {}. ExecutorFactory: {}")
IllegalStateException replicationFailureRepliTokenNull(String packet,
String executorFactory);
+
+ @Message(id = 229254, value = "{} must be a power of 2 (actual value: {})")
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