Search code examples
activemq-classicapache-flinkflink-streaming

How do I use ActiveMQ in Apache Flink?


I am getting my data through ActiveMQ which I want to process in real time with Apache Flink DataStreams. There is support for many messaging services like RabbitMQ and Kafka but I can't see any support for ActiveMQ. How can I use it?


Solution

  • Found a JMS connector for Flink:

    https://github.com/jkirsch/senser/blob/master/src/main/java/edu/tuberlin/senser/images/flink/io/FlinkJMSStreamSource.java