spring cloud stream ibm qm binder implementation

huangapple go评论69阅读模式
英文:

spring cloud stream ibm qm binder implementation

问题

有没有适用于Spring Cloud Stream的IBM QM Binder?

我看到了这个链接:https://github.com/spring-cloud/spring-cloud-stream-binder-ibm-mq,但如果我理解正确的话,由于许可限制,我必须手动安装这个库(这对我来说是不可能的)。
所以如果有一个已经完成的云流绑定器,我们可以在我们的pom.xml或build.gradle中声明它(就像spring-cloud-stream-kafka或spring-cloud-stream-rabbit那样),那就太好了。

如果有人能够提供一个完整的示例,展示Spring Cloud Stream与IBM QM Binder一起使用,那将非常友善。

谢谢。

英文:

is there a cloud stream ibm qm binder for spring cloud stream?

I have seen this one https://github.com/spring-cloud/spring-cloud-stream-binder-ibm-mq but if I understand well, due to license constraints I must manually install the library (which is not possible for me).
So it will be nice if there is a cloud stream binder all done we can declare in our pom.xml or build.gradle (like spring-cloud-stream-kafka or spring-cloud-stream-rabbit).

it will also be kind if someone can provide a full example of spring cloud stream with ibm qm binder

thank you.

答案1

得分: 2

Spring Cloud Stream 项目目前仅支持与 RabbitMQ、Apache Kafka、Kafka Streams 和 Amazon Kinesis 进行绑定。此外,合作伙伴提供了一些支持的绑定器,用于 Google PubSub、Solace Pub/Sub+、Azure Event Hubs 和 Apache RocketMQ。更多信息请参阅官方文档

你提到的用于 IBM MQ 的绑定器不再受到支持,就像其他基于 JMS 的系统(如 ApacheMQ)一样。

该项目提供了一种 SPI,用于实现自定义绑定器,如果你感兴趣的话。更多信息:

英文:

The Spring Cloud Stream project is currently supporting bindings only for RabbitMQ, Apache Kafka, Kafka Streams, and Amazon Kinesis. Then, there are some binders supported by partners for Google PubSub, Solace Pub/Sub+, Azure Event Hubs, and Apache RocketMQ. More info in the official documentation.

The binder for IBM MQ that you referenced is not supported anymore, just like other JMS-based systems like ApacheMQ.

The project exposes an SPI for implementing custom binders, in case you're interested. More info:

huangapple
  • 本文由 发表于 2020年10月23日 14:07:11
  • 转载请务必保留本文链接:https://go.coder-hub.com/64494734.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定