# mns **Repository Path**: ranbaba/mns ## Basic Information - **Project Name**: mns - **Description**: Spring Cloud Stream Binder AliyunMNS implemention. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-12 - **Last Updated**: 2021-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](doc/mns-group.png) 分区实现方式:使用filterTag实现消息分区; ![image](doc/SpringCloudStreamBinderMNS.png)