You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/31 16:31:12 UTC

[camel] 07/08: CAMEL-14463 - Create an AWS-MQ component based on SDK v2, regen docs

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

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

commit 28818fcc83ff7e25e146c5b113127dc091dd1bf4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 31 17:27:26 2020 +0100

    CAMEL-14463 - Create an AWS-MQ component based on SDK v2, regen docs
---
 docs/components/modules/ROOT/pages/aws2-mq-component.adoc | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/aws2-mq-component.adoc b/docs/components/modules/ROOT/pages/aws2-mq-component.adoc
index dc5339d..26038e2 100644
--- a/docs/components/modules/ROOT/pages/aws2-mq-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-mq-component.adoc
@@ -17,6 +17,11 @@ You must have a valid Amazon Web Services developer account, and be
 signed up to use Amazon MQ. More information is available at
 https://aws.amazon.com/amazon-mq/[Amazon MQ].
 
+[NOTE]
+====
+The AWS2 MQ component is not supported in OSGI
+====
+
 == URI Format
 
 [source,java]
@@ -172,4 +177,4 @@ Maven users will need to add the following dependency to their pom.xml.
 </dependency>
 ---------------------------------------
 
-where `$\{camel-version\}` must be replaced by the actual version of Camel.
\ No newline at end of file
+where `$\{camel-version\}` must be replaced by the actual version of Camel.