Integration of JMS with Kafka | JMS Source Connector | Source ActiveMQ messages to Confluent Kafka

Опубликовано: 13 Октябрь 2024
на канале: The Java Tech Learning
4,681
33

This video will explain about connecting any JMS compliant broker to Confluent using Kafka Connect JMS Source Connector. Here we're going to source messages pushed in ActiveMQ to Kafka Topic.

You can find all the source connector configs on my GitHub repository

https://github.com/vishaluplanchwar/K...

Like | Subscribe | Share

Note: In order to run JMS Source Connector on Confluent platform first you need install kafka-connect-jms plugin using below given command

confluent-hub install confluentinc/kafka-connect-jms:latest

And later you would need add two jars to support ActiveMQ JNDI connection factory under lib folder of installed kafka-connect-jms plugin

activemq-all-5.16.0.jar
activemq-client-5.16.0.jar