[
https://issues.apache.org/jira/browse/ROCKETMQ-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16255200#comment-16255200
]
ASF GitHub Bot commented on ROCKETMQ-120:
-----------------------------------------
aqlu commented on a change in pull request #32: [ROCKETMQ-120] Provider a
adapter for spring and spring-boot
URL: https://github.com/apache/rocketmq-externals/pull/32#discussion_r151394976
##########
File path: spring-boot-starter-rocketmq/README.md
##########
@@ -0,0 +1,207 @@
+# spring-boot-starter-rocketmq
+
+[中文](./README_zh_CN.md)
+
+[](https://www.apache.org/licenses/LICENSE-2.0.html)
+
+Help developers quickly integrate [RocketMQ](http://rocketmq.apache.org/) in
[Spring Boot](http://projects.spring.io/spring-boot/). Support the Spring
Message specification to facilitate developers to quickly switch from other MQ
to RocketMQ.
+
+
+Features:
+
+- [x] synchronous transmission
+- [x] synchronous ordered transmission
+- [x] asynchronous transmission
+- [x] asynchronous ordered transmission
+- [x] orderly consume
+- [x] concurrently consume(broadcasting/clustering)
+- [x] One-way transmission
+- [ ] transaction transmission
+- [ ] Pull consume
+
+## Quick Start
Review comment:
I provided a complete demo, please see https://github.com/aqlu/rocketmq-demo
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Provide a adapter for spring and spring-boot
> --------------------------------------------
>
> Key: ROCKETMQ-120
> URL: https://issues.apache.org/jira/browse/ROCKETMQ-120
> Project: Apache RocketMQ
> Issue Type: Wish
> Reporter: yukon
> Assignee: dongeforever
> Priority: Minor
> Fix For: 4.2.0
>
>
> Provider a rocketmq-spring adapter for the convenience of the spring user.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)