You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2021/10/20 09:02:43 UTC

[activemq-artemis] branch main updated: ARTEMIS-3533, ARTEMIS-3308 - doc extra params and large messages for federation

This is an automated email from the ASF dual-hosted git repository.

gtully pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 1ef059d  ARTEMIS-3533, ARTEMIS-3308 - doc extra params and large messages for federation
1ef059d is described below

commit 1ef059db2b9feb1cdedccb29c77c548c8613212e
Author: gtully <ga...@gmail.com>
AuthorDate: Wed Oct 20 10:02:31 2021 +0100

    ARTEMIS-3533, ARTEMIS-3308 - doc extra params and large messages for federation
---
 docs/user-manual/en/federation.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/docs/user-manual/en/federation.md b/docs/user-manual/en/federation.md
index 99ad9f5..89b4266 100644
--- a/docs/user-manual/en/federation.md
+++ b/docs/user-manual/en/federation.md
@@ -125,4 +125,15 @@ and applying queue federation to queue `federated_queue` , and also applying add
 
 **It is important that federation name is globally unique.**
 
-There are many configuration options that you can apply these are detailed in the individual docs for [Address Federation](federation-address.md) and   [Queue Federation](federation-queue.md).
\ No newline at end of file
+There are many configuration options that you can apply these are detailed in the individual docs for [Address Federation](federation-address.md) and   [Queue Federation](federation-queue.md).
+
+> **Note:**
+>
+>Extra parameters from the URI of a connector-ref can be used to override or provide additional configuration
+>to the ServiceLocator.
+
+### Large Messages
+If Federation has to process large messages, the default ackBatchSize and consumerWindowSize for the consumer will need to be changed
+to limit the number of in-flight messages and to enable large message flow.
+These options can be supplied as parameters on the referenced connector URI, for example:
+  ```tcp://<host>:<port>?ackBatchSize=100&consumerWindowSize=-1```