apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
7.93k stars 1.79k forks source link

[Feature][Activemq] Support Activemq connector source/sink #7237

Closed asapekia closed 1 month ago

asapekia commented 2 months ago

Search before asking

Description

Adding connector for apache activemq

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

asapekia commented 2 months ago

Hi Team, I am working on this. I am implementing the source using AbstractSingleSplitSource. Can anyone confirm if I am doing the right things.

Hisoka-X commented 2 months ago

Hi Team, I am working on this. I am implementing the source using AbstractSingleSplitSource. Can anyone confirm if I am doing the right things.

Hi @asapekia , welcome for contribute SeaTunnel! I suggest you refer to the implementation of kafka or rabbitmq, because the message queue involves multi-split and multi-parallel processing, and AbstractSingleSplitSource only provides a single parallel source.

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

Hisoka-X commented 1 month ago

closed by #7251