Skip to content

Latest commit

 

History

History

rocketmq-ext

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
Apache Ignite RocketMQ Streamer Module
--------------------------------------

Apache Ignite RocketMQ Streamer module provides streaming from RocketMQ to Ignite cache.

To use Ignite RocketMQ Streamer module, first import it to your Maven project.

<project xmlns="http:https://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http:https://maven.apache.org/POM/4.0.0
                        http:https://maven.apache.org/xsd/maven-4.0.0.xsd">
    ...
    <dependencies>
        ...
        <dependency>
            <groupId>org.apache.ignite</groupId>
            <artifactId>ignite-rocketmq-ext</artifactId>
            <version>${ignite-rocketmq-ext.version}</version>
        </dependency>
        ...
    </dependencies>
    ...
</project>

Then, initialize and start it as, for instance, done in RocketMQStreamerTest.java.