有 Spring Cloud Stream Artemis / ActiveMQ 绑定器吗?

问题描述 投票:0回答:2

根据https://spring.io/projects/spring-cloud-stream的文档,没有Artemis / ActiveMQ绑定器/实现?

有计划做一个吗?

RabbitMQ

阿帕奇卡夫卡

卡夫卡流

亚马逊运动

Google PubSub(合作伙伴维护)

Solace PubSub+(合作伙伴维护)

Azure 事件中心(合作伙伴维护)

Apache RocketMQ(合作伙伴维护)

谢谢

spring-cloud-stream
2个回答
1
投票
据我们所知,没有。 Solace 活页夹有一个实现。如果需要,您可以为绑定器编写一个实现。有一些关于如何构建一个的文章。例如,请参阅:

https://medium.com/@domenicosibilio/how-to-create-a-spring-cloud-stream-binder-from-scratch-ab8b29ee931b


0
投票
当然,它不再与你相关,但对于其他人,我将把这个留在这里:考虑一下这个库

https://github.com/snowdrop/spring-cloud-stream-binder-artemis 可以很容易地通过 Maven/Gradle 连接

© www.soinside.com 2019 - 2024. All rights reserved.