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
- Host: GitHub
- URL: https://github.com/luomu32/spring-rocketmq
- Owner: luomu32
- Created: 2020-04-17T15:27:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T21:16:44.000Z (over 4 years ago)
- Last Synced: 2025-02-07T16:43:29.612Z (4 months ago)
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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