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

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


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

commit ba195def02be9f0de0d1350129145cf1267bc03a
Author: Chirag <[email protected]>
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             | 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.
 

Reply via email to