【问题标题】:is there a Spring Cloud Stream Artemis / ActiveMQ binder?有 Spring Cloud Stream Artemis / ActiveMQ binder 吗?
【发布时间】:2020-03-11 20:00:51
【问题描述】:

根据https://spring.io/projects/spring-cloud-stream 上的文档,没有 Artemis / ActiveMQ binder / implementation?

有计划做一个吗?

RabbitMQ

阿帕奇卡夫卡

卡夫卡流

亚马逊运动

Google PubSub(合作伙伴维护)

Solace PubSub+(合作伙伴维护)

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

Apache RocketMQ(合作伙伴维护)

谢谢

【问题讨论】:

标签: spring-cloud-stream


【解决方案1】:

我们不知道。有一个 Solace binder 的实现。如果需要,可以为活页夹编写实现。有一些关于如何构建一个的文章。例如:https://medium.com/@domenicosibilio/how-to-create-a-spring-cloud-stream-binder-from-scratch-ab8b29ee931b

【讨论】:

  • JMS 和全功能绑定器之间存在一些阻抗不匹配;特别是在主题上竞争命名消费者(或通过一次写入广播到多个队列)。一些代理(例如 ActiveMQ)有一个专有的解决方案,但它不是标准的 JMS。
  • 感谢您提供详细信息,我们的用例更多的是队列到队列(更像是带有格式处理(cloudevent 格式)的联合,而不是文档中提到的真正的广播或分组
猜你喜欢
  • 2021-12-13
  • 2019-04-19
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2019-10-03
  • 2018-12-16
  • 2021-02-17
相关资源
最近更新 更多