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

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


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

commit 947598b37a615960b999c79bba707d1af219be49
Author: Chirag <[email protected]>
AuthorDate: Tue Mar 12 01:34:55 2024 -0400

    Update message-broker.adoc and fixed link to sqs (#13435) (#13448)
    
    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 87d3c05ed94..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
@@ -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 allows to both send and receive data from message 
brokers.
 

Reply via email to