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 d2e5fe94a0c Update activemq6-component.adoc (#17227)
d2e5fe94a0c is described below
commit d2e5fe94a0c2bbe36e0b8fee0c28ac3455c68a12
Author: ayoub anbara <[email protected]>
AuthorDate: Sat Feb 22 07:43:42 2025 +0100
Update activemq6-component.adoc (#17227)
---
components/camel-activemq6/src/main/docs/activemq6-component.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/camel-activemq6/src/main/docs/activemq6-component.adoc
b/components/camel-activemq6/src/main/docs/activemq6-component.adoc
index ffbea587c6a..8f0699f09fb 100644
--- a/components/camel-activemq6/src/main/docs/activemq6-component.adoc
+++ b/components/camel-activemq6/src/main/docs/activemq6-component.adoc
@@ -19,7 +19,7 @@ Users of Apache ActiveMQ Artemis should use the JMS component.
[IMPORTANT]
====
-The camel-activemq component is best intended for ActiveMQ 6.x brokers. If you
use ActiveMQ 5.x brokers,
+The camel-activemq6 component is best intended for ActiveMQ 6.x brokers. If
you use ActiveMQ 5.x brokers,
then use the camel-activemq 5.x component instead.
====
@@ -37,7 +37,7 @@ for this component:
------------------------------------------------------------
<dependency>
<groupId>org.apache.camel</groupId>
- <artifactId>camel-activemq</artifactId>
+ <artifactId>camel-activemq6</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>