This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch note-activemq-all in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 9d21ceb2418b19b9ac648de1ae1eceb56eef4e3d Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Sep 2 18:08:55 2020 +0200 Copied connectors on website docs dir --- .../ROOT/pages/connectors/camel-sjms2-kafka-sink-connector.adoc | 6 ++++++ .../ROOT/pages/connectors/camel-sjms2-kafka-source-connector.adoc | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/docs/modules/ROOT/pages/connectors/camel-sjms2-kafka-sink-connector.adoc b/docs/modules/ROOT/pages/connectors/camel-sjms2-kafka-sink-connector.adoc index 2cd234d..ba2fc5f 100644 --- a/docs/modules/ROOT/pages/connectors/camel-sjms2-kafka-sink-connector.adoc +++ b/docs/modules/ROOT/pages/connectors/camel-sjms2-kafka-sink-connector.adoc @@ -73,3 +73,9 @@ The camel-sjms2 sink connector supports 42 options, which are listed below. | *camel.component.sjms2.transactionCommitStrategy* | To configure which kind of commit strategy to use. Camel provides two implementations out of the box, default and batch. | null | MEDIUM |=== // kafka-connector options: END + +[NOTE] +==== +Do not use activemq-all 5.16.0 or older with the SJMS2 connector. +The activemq-all jar contains packages older versions of Camel that cause conflict when trying to run the SJMS2 connector. You may find very interesting errors such as java.lang.NoSuchMethodError: org.apache.camel.main.Main.configure()Lorg/apache/camel/main/MainConfigurationProperties when trying to do so. +==== diff --git a/docs/modules/ROOT/pages/connectors/camel-sjms2-kafka-source-connector.adoc b/docs/modules/ROOT/pages/connectors/camel-sjms2-kafka-source-connector.adoc index be68080..8a42e65 100644 --- a/docs/modules/ROOT/pages/connectors/camel-sjms2-kafka-source-connector.adoc +++ b/docs/modules/ROOT/pages/connectors/camel-sjms2-kafka-source-connector.adoc @@ -84,3 +84,10 @@ The camel-sjms2 source connector supports 53 options, which are listed below. | *camel.component.sjms2.transactionCommitStrategy* | To configure which kind of commit strategy to use. Camel provides two implementations out of the box, default and batch. | null | MEDIUM |=== // kafka-connector options: END + +[NOTE] +==== +*Do not use activemq-all 5.16.0 or older with the SJMS2 connector* + +The activemq-all jar contains packages older versions of Camel that cause conflict when trying to run the SJMS2 connector. You may find very interesting errors such as java.lang.NoSuchMethodError: org.apache.camel.main.Main.configure()Lorg/apache/camel/main/MainConfigurationProperties when trying to do so. +====
