This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 55ed125 Add NOTE section for smallrye-reactive-messaging usage docs
55ed125 is described below
commit 55ed125d09bb86c394370fc78af31f729ab2b72d
Author: James Netherton <[email protected]>
AuthorDate: Fri Jan 21 14:35:33 2022 +0000
Add NOTE section for smallrye-reactive-messaging usage docs
---
.../pages/reference/extensions/smallrye-reactive-messaging.adoc | 8 +++++++-
.../smallrye-reactive-messaging/runtime/src/main/doc/usage.adoc | 8 +++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git
a/docs/modules/ROOT/pages/reference/extensions/smallrye-reactive-messaging.adoc
b/docs/modules/ROOT/pages/reference/extensions/smallrye-reactive-messaging.adoc
index a261ee6..1e20f7d 100644
---
a/docs/modules/ROOT/pages/reference/extensions/smallrye-reactive-messaging.adoc
+++
b/docs/modules/ROOT/pages/reference/extensions/smallrye-reactive-messaging.adoc
@@ -37,9 +37,15 @@ Check the xref:user-guide/index.adoc[User guide] for more
information about writ
This extension leverages
https://www.smallrye.io/smallrye-reactive-messaging/[SmallRye Reactive
Messaging].
Examples for how to use the Camel connector are outlined within the
https://www.smallrye.io/smallrye-reactive-messaging/[documentation].
-Note that where the documentation makes references to Camel component maven
dependencies, you should ensure that the corresponding camel-quarkus extension
is used.
+
+[NOTE]
+====
+Where the SmallRye Reactive Messaging documentation makes references to Camel
component maven dependencies, you should ensure that the corresponding
camel-quarkus extension is used.
E.g `<artifactId>camel-file</artifactId>` should be
`<artifactId>camel-quarkus-file</artifactId>`.
+When using this extension, there is no need to explictly add
`io.smallrye.reactive:smallrye-reactive-messaging-camel` or
`io.quarkus:quarkus-quarkus-smallrye-reactive-messaging` to your project.
+====
+
== Additional Camel Quarkus configuration
diff --git
a/extensions/smallrye-reactive-messaging/runtime/src/main/doc/usage.adoc
b/extensions/smallrye-reactive-messaging/runtime/src/main/doc/usage.adoc
index fd692c3..a932ce4 100644
--- a/extensions/smallrye-reactive-messaging/runtime/src/main/doc/usage.adoc
+++ b/extensions/smallrye-reactive-messaging/runtime/src/main/doc/usage.adoc
@@ -1,4 +1,10 @@
This extension leverages
https://www.smallrye.io/smallrye-reactive-messaging/[SmallRye Reactive
Messaging].
Examples for how to use the Camel connector are outlined within the
https://www.smallrye.io/smallrye-reactive-messaging/[documentation].
-Note that where the documentation makes references to Camel component maven
dependencies, you should ensure that the corresponding camel-quarkus extension
is used.
+
+[NOTE]
+====
+Where the SmallRye Reactive Messaging documentation makes references to Camel
component maven dependencies, you should ensure that the corresponding
camel-quarkus extension is used.
E.g `<artifactId>camel-file</artifactId>` should be
`<artifactId>camel-quarkus-file</artifactId>`.
+
+When using this extension, there is no need to explictly add
`io.smallrye.reactive:smallrye-reactive-messaging-camel` or
`io.quarkus:quarkus-quarkus-smallrye-reactive-messaging` to your project.
+====