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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f4cf029a83f1c3aeb8e36dfb5b4af2260f5079b7
Author: Otavio R. Piske <[email protected]>
AuthorDate: Sun Feb 25 09:00:29 2024 +0100

    CAMEL-20459: documentation fixes for the guaranteed delivery EIP.
    
    Signed-off-by: Otavio R. Piske <[email protected]>
---
 .../src/main/docs/modules/eips/pages/guaranteed-delivery.adoc         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/guaranteed-delivery.adoc
 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/guaranteed-delivery.adoc
index d1ad9983c0e..1e64dd41fbd 100644
--- 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/guaranteed-delivery.adoc
+++ 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/guaranteed-delivery.adoc
@@ -8,12 +8,12 @@ patterns] using among others the following components:
 
 * xref:ROOT:file-component.adoc[File] for using file systems as a persistent 
store of
 messages
-* xref:ROOT:jms-component.adoc[JMS] when using persistent delivery (the 
default) for
+* xref:ROOT:jms-component.adoc[JMS] when using persistent delivery, the 
default, for
 working with JMS queues and topics for high performance, clustering and load 
balancing
 * xref:ROOT:kafka-component.adoc[Kafka] when using persistent delivery for
 working with streaming events for high performance, clustering and load 
balancing
 * xref:ROOT:jpa-component.adoc[JPA] for using a database as a persistence 
layer, or use
-any of the other database component such as xref:ROOT:sql-component.adoc[SQL],
+any of the other database components such as xref:ROOT:sql-component.adoc[SQL],
 xref:ROOT:jdbc-component.adoc[JDBC], or 
xref:ROOT:mybatis-component.adoc[MyBatis]
 
 image::eip/GuaranteedMessagingSolution.gif[image]

Reply via email to