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 de74d14318c0c35f05a4e433b4880169ee91df63 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jan 31 17:26:30 2020 +0100 CAMEL-14463 - Create an AWS-MQ component based on SDK v2, added a note about OSGi support --- components/camel-aws2-mq/src/main/docs/aws2-mq-component.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/camel-aws2-mq/src/main/docs/aws2-mq-component.adoc b/components/camel-aws2-mq/src/main/docs/aws2-mq-component.adoc index eaf3147..b6475fa 100644 --- a/components/camel-aws2-mq/src/main/docs/aws2-mq-component.adoc +++ b/components/camel-aws2-mq/src/main/docs/aws2-mq-component.adoc @@ -16,6 +16,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] @@ -171,4 +176,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.
