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 2022/06/24 11:00:31 UTC

[camel] branch main updated: Recommend camel-spring-rabbitmq as the best rabbitmq component to use.

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 82c2ed5f43d Recommend camel-spring-rabbitmq as the best rabbitmq component to use.
82c2ed5f43d is described below

commit 82c2ed5f43d54ef8fc38a7d1ccd3416f4bc9682e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jun 24 13:00:12 2022 +0200

    Recommend camel-spring-rabbitmq as the best rabbitmq component to use.
---
 components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc b/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
index 3f001c97725..2997be36168 100644
--- a/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
+++ b/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
@@ -18,6 +18,9 @@ http://www.rabbitmq.com/[RabbitMQ] instances. Using the RabbitMQ AMQP
 client, this component offers a pure RabbitMQ approach over the generic
 http://camel.apache.org/amqp.html[AMQP] component.
 
+IMPORTANT: It is recommended to use the xref:components::spring-rabbit-component.adoc[Camel Spring RabbitMQ]
+component, instead of using this component.
+
 Maven users will need to add the following dependency to their `pom.xml`
 for this component: