You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/11 05:27:04 UTC

(camel) branch camel-3.x updated: Update message-broker.adoc and fixed link to sqs (#13435)

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

davsclaus pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new 4f554cde31c Update message-broker.adoc and fixed link to sqs (#13435)
4f554cde31c is described below

commit 4f554cde31c45462a9b1151c83ad4f2fd5b641ce
Author: Chirag <ch...@gmail.com>
AuthorDate: Mon Mar 11 01:26:57 2024 -0400

    Update message-broker.adoc and fixed link to sqs (#13435)
    
    updated link to sqs adoc.
---
 .../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 9199d453284..2dc2e6ef6cb 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
@@ -13,7 +13,7 @@ determine the correct destination and route the message to the correct channel.
 
 Camel supports integration with existing message broker systems such as xref:ROOT:activemq-component.adoc[ActiveMQ],
 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.
+and cloud queue systems such as xref:ROOT:aws2-sqs-component.adoc[AWS SQS], and others.
 
 These Camel components allows to both send and receive data from message brokers.