You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/12/09 04:18:42 UTC

[camel-kafka-connector] branch master updated: Fixed copy paste mistake

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b1a1a0  Fixed copy paste mistake
4b1a1a0 is described below

commit 4b1a1a0943992cca2589d7d4a77b8fb313f53adc
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 9 05:17:11 2019 +0100

    Fixed copy paste mistake
---
 examples/CamelJmsSourceConnector.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/CamelJmsSourceConnector.properties b/examples/CamelJmsSourceConnector.properties
index c8ffaa2..38fab91 100644
--- a/examples/CamelJmsSourceConnector.properties
+++ b/examples/CamelJmsSourceConnector.properties
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-name=CamelTelegramSourceConnector
+name=CamelJmsSourceConnector
 tasks.max=1
 connector.class=org.apache.camel.kafkaconnector.CamelSourceConnector
 key.converter=org.apache.kafka.connect.storage.StringConverter
@@ -26,4 +26,4 @@ camel.source.kafka.topic=mytopic
 camel.source.url=sjms2://queue:myqueue
 
 camel.component.sjms2.connection-factory=#class:org.apache.activemq.ActiveMQConnectionFactory
-camel.component.sjms2.connection-factory.brokerURL=tcp://localhost:61616
\ No newline at end of file
+camel.component.sjms2.connection-factory.brokerURL=tcp://localhost:61616