work in progress
This repository contains examples and playbooks useful to bring data from MQ systems such as ActiveMQ and RabbitMQ into Apache Kafka using the Kafka Connect Framework.
- Run
./up - Run
docker-compose exec kafka-connect-cp /scripts/create-activemq-source-with-tolerance-all.sh - Start Kafka console consumer
docker-compose exec kafka kafka-console-consumer --bootstrap-server localhost:9092 --from-beginning --topic activemq-foobar - Open ActiveMQ admin interface http://127.0.0.1:8161/admin/send.jsp?JMSDestination=foo.bar&JMSDestinationType=queue (username: admin, password: admin)
- Send a message
- Observe a message being produced by the JMS connector to the
activemq-foobartopic