You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2024/02/25 14:55:15 UTC

(camel) 06/20: CAMEL-20459: documentation fixes for the message broker EIP.

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 683a007327b7af6b3f8f635f7cd1dafc83c34464
Author: Otavio R. Piske <an...@gmail.com>
AuthorDate: Sun Feb 25 14:35:18 2024 +0100

    CAMEL-20459: documentation fixes for the message broker EIP.
    
    Signed-off-by: Otavio R. Piske <an...@gmail.com>
---
 .../src/main/docs/modules/eips/pages/message-broker.adoc                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-broker.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-broker.adoc
index 87d3c05ed94..9833378fd27 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-broker.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-broker.adoc
@@ -14,6 +14,6 @@ determine the correct destination and route the message to the correct channel.
 Camel supports integration with existing message broker systems such as xref:ROOT:kafka-component.adoc[Kafka], xref:ROOT:spring-rabbitmq-component.adoc[RabbitMQ],
 and cloud queue systems such as xref:ROOT:aws2-s3-component.adoc[AWS SQS], and others.
 
-These Camel components allows to both send and receive data from message brokers.
+These Camel components allow to both send and receive data from message brokers.