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/12 05:24:55 UTC

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

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

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


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

commit ebd5e339a9c81180d4accc73a464483468ac33e2
Author: Chirag <ch...@gmail.com>
AuthorDate: Tue Mar 12 01:24:49 2024 -0400

    Update message-broker.adoc and fixed link to sqs (#13435) (#13449)
    
    updated link to sqs adoc.
---
 .../src/main/docs/modules/eips/pages/message-broker.adoc             | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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 9833378fd27..89f47e4bdcd 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
@@ -11,8 +11,9 @@ image::eip/MessageBroker.gif[image]
 Use a central Message Broker that can receive messages from multiple destinations,
 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.
+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-sqs-component.adoc[AWS SQS], and others.
 
 These Camel components allow to both send and receive data from message brokers.