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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1026aa0a3 Automatic Site Publish by Buildbot
1026aa0a3 is described below

commit 1026aa0a344da560eba035e447e4594abe09d1d9
Author: buildbot <[email protected]>
AuthorDate: Mon Aug 21 13:17:32 2023 +0000

    Automatic Site Publish by Buildbot
---
 output/async-sends.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/output/async-sends.html b/output/async-sends.html
index 0e52b6123..c4f72c739 100644
--- a/output/async-sends.html
+++ b/output/async-sends.html
@@ -102,7 +102,7 @@
 
 <p>If you are not using transactions and are sending persistent messages, then 
each send is synch and blocks until the broker has sent back an acknowledgement 
to the producer that the message has been safely persisted to disk. This ack 
provides that guarantee that the message will not be lost but it also costs a 
huge latency penalty since the client is blocked.</p>
 
-<p>Many high performance applications are designed to be tolerate a small 
amount of message loss in failure scenarios. If your application has been 
designed in this fashion, you can enable the use of async sends to increase 
throughput even when using persistent messages.</p>
+<p>Many high performance applications are designed to tolerate a small amount 
of message loss in failure scenarios. If your application has been designed in 
this fashion, you can enable the use of async sends to increase throughput even 
when using persistent messages.</p>
 
 <h3 id="configuring-async-send-using-a-connection-uri">Configuring Async Send 
using a Connection URI</h3>
 

Reply via email to