spring 云流 ibm qm binder 实现
spring cloud stream ibm qm binder implementation
是否有用于 spring 云流的云流 ibm qm 绑定器?
我看过这个 https://github.com/spring-cloud/spring-cloud-stream-binder-ibm-mq 但如果我理解得很好,由于许可限制,我必须手动安装该库(这对我来说是不可能的)。
因此,如果我们可以在 pom.xml 或 build.gradle 中声明一个云流绑定器(如 spring-cloud-stream-kafka 或 spring-云流兔)。
如果有人可以提供 spring cloud stream with ibm qm binder
的完整示例,我们将不胜感激
谢谢。
Spring Cloud Stream 项目目前仅支持 RabbitMQ、Apache Kafka、Kafka Streams 和 Amazon Kinesis 的绑定。然后,合作伙伴为 Google PubSub、Solace Pub/Sub+、Azure Event Hubs 和 Apache RocketMQ 提供了一些绑定器。 official documentation.
中的更多信息
不再支持您引用的 IBM MQ 绑定程序,就像其他基于 JMS 的系统(如 ApacheMQ)一样。
该项目公开了一个用于实现自定义绑定器的 SPI,如果您有兴趣的话。更多信息:
是否有用于 spring 云流的云流 ibm qm 绑定器?
我看过这个 https://github.com/spring-cloud/spring-cloud-stream-binder-ibm-mq 但如果我理解得很好,由于许可限制,我必须手动安装该库(这对我来说是不可能的)。 因此,如果我们可以在 pom.xml 或 build.gradle 中声明一个云流绑定器(如 spring-cloud-stream-kafka 或 spring-云流兔)。
如果有人可以提供 spring cloud stream with ibm qm binder
的完整示例,我们将不胜感激谢谢。
Spring Cloud Stream 项目目前仅支持 RabbitMQ、Apache Kafka、Kafka Streams 和 Amazon Kinesis 的绑定。然后,合作伙伴为 Google PubSub、Solace Pub/Sub+、Azure Event Hubs 和 Apache RocketMQ 提供了一些绑定器。 official documentation.
中的更多信息不再支持您引用的 IBM MQ 绑定程序,就像其他基于 JMS 的系统(如 ApacheMQ)一样。
该项目公开了一个用于实现自定义绑定器的 SPI,如果您有兴趣的话。更多信息: