Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (35 loc) · 1.72 KB

flink-streaming-activemq.md

File metadata and controls

44 lines (35 loc) · 1.72 KB
layout title description group
page
Apache Flink Streaming Connector for ActiveMQ
Apache Flink Streaming Connector for ActiveMQ
nav-right

{% include JB/setup %}

Flink ActiveMQ Connector

This connector provides a source and sink to Apache ActiveMQ™ To use this connector, add the following dependency to your project:

<dependency>
  <groupId>org.apache.bahir</groupId>
  <artifactId>flink-connector-activemq_2.11</artifactId>
  <version>1.1-SNAPSHOT</version>
</dependency>

Version Compatibility: This module is compatible with ActiveMQ 5.14.0.

Note that the streaming connectors are not part of the binary distribution of Flink. You need to link them into your job jar for cluster execution. See how to link with them for cluster execution here.

The source class is called AMQSource, and the sink is AMQSink.