From fb8d91ac0d667645dba71ee8af3bede10d6b9980 Mon Sep 17 00:00:00 2001 From: David Calloway Date: Tue, 9 Apr 2024 11:37:28 +0200 Subject: [PATCH] Update configure-the-amqp-sender-adapter-99ce674.md Spelling correction. --- .../Development/configure-the-amqp-sender-adapter-99ce674.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ci/Development/configure-the-amqp-sender-adapter-99ce674.md b/docs/ci/Development/configure-the-amqp-sender-adapter-99ce674.md index ecbe454..a19bda2 100644 --- a/docs/ci/Development/configure-the-amqp-sender-adapter-99ce674.md +++ b/docs/ci/Development/configure-the-amqp-sender-adapter-99ce674.md @@ -319,12 +319,12 @@ Specify the number of processes used for parallel message processing. Note, that -*Max. Number of Prefechted Messages* +*Max. Number of Prefetched Messages* -Enter the max. number of messages that may be prefechted by one worker. The allowed value range is 1 to 100. +Enter the max. number of messages that may be prefetched by one worker. The allowed value range is 1 to 100. The prefetch value is the number of messages that the sender adapter fetches in advance from the broker, and then gradually processes. The prefetch reduces the communication overhead and ensures that when a message has been processed, another is already there and is ready for processing.