An open API service indexing awesome lists of open source software.

https://github.com/luomu32/spring-rocketmq

简化基于Spring的应用消费来自RocketMQ的Topic
https://github.com/luomu32/spring-rocketmq

Last synced: 3 months ago
JSON representation

简化基于Spring的应用消费来自RocketMQ的Topic

Awesome Lists containing this project

README

        

# Spring RocketMQ
easy way to consumer topic from rocketmq
## Usage
put `@EnableRocketMQ` on your config class.
put `@RocketMQListener` on your logic method need to consumer topic