Skip to content

oceswang/mns

Repository files navigation

Spring cloud stream binder Aliyun MNS

实现Aliyun MNS binder,支持分组(group)、分区(partition)

配置

MNS配置:

spring.mns.endpoint=
spring.mns.accessId=
spring.mns.accessKey=

实现

每个channel定义为一个topic;

分组实现方式:使用队列订阅主题,每个group消费单独的队列; image

分区实现方式:使用filterTag实现消息分区; image

About

Spring Cloud Stream Binder AliyunMNS implemention.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages