Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configure-the-amqp-sender-adapter-99ce674.md #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,12 @@ Specify the number of processes used for parallel message processing. Note, that
<tr>
<td valign="top">

*Max. Number of Prefechted Messages*
*Max. Number of Prefetched Messages*

</td>
<td valign="top">

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.

Expand Down
Loading