Skip to content
/ mns Public

Spring Cloud Stream Binder AliyunMNS implemention.

Notifications You must be signed in to change notification settings

oceswang/mns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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