# From Confluent Package dir
./bin/zookeeper-server-start ./etc/kafka/zookeeper.properties
./bin/kafka-server-start ./etc/kafka/server.properties
# From ActiveMQ dir
./bin/activemq console
./bin/activemq consumer --destination topic://test_jms
#From Confluent Package dir
PROJECT_DIR=<path to Maven project dir>
ACTIVEMQ_DIR=<path to apache-activemq-5.xx.xx>
CLASSPATH="$PROJECT_DIR"/target/kafka-connect-jms-sink-1.0-SNAPSHOT.jar:"$ACTIVEMQ_DIR"/lib/\* ./bin/connect-standalone "$PROJECT_DIR"/src/test/etc/kafka/connect-standalone-string.properties "$PROJECT_DIR"/src/test/etc/kafka-connect-jms-sink/quickstart-jms.properties
echo test | ./bin/kafka-console-producer --topic test_jms --broker-list localhost:9092
-
Notifications
You must be signed in to change notification settings - Fork 1
Kafka Connect JMS Sink
License
davispw/KafkaConnectJmsSink
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Kafka Connect JMS Sink
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published