You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/07/27 08:22:00 UTC

[GitHub] [camel-kafka-connector] valdar commented on a change in pull request #336: Add CORE protocol support to SJMS2 connector

valdar commented on a change in pull request #336:
URL: https://github.com/apache/camel-kafka-connector/pull/336#discussion_r460723806



##########
File path: connectors/camel-sjms2-kafka-connector/pom.xml
##########
@@ -48,7 +48,10 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-client</artifactId>
-      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>artemis-jms-client</artifactId>

Review comment:
       Is this client capable of all protocols that `activemq-client` support? In other words can we use just this dependences and get rid of `activemq-client`?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org