[ 
https://issues.apache.org/jira/browse/ROCKETMQ-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16226327#comment-16226327
 ] 

ASF GitHub Bot commented on ROCKETMQ-120:
-----------------------------------------

zhouxinyu 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_r147903416
 
 

 ##########
 File path: spring-boot-starter-rocketmq/README.md
 ##########
 @@ -0,0 +1,207 @@
+# spring-boot-starter-rocketmq
+
+[中文](./README_zh_CN.md)
+
+[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](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
+
+```xml
+<!--add dependency in pom.xml-->
+<dependency>
+    <groupId>org.apache.rocketmq</groupId>
+    <artifactId>spring-boot-starter-rocketmq</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+</dependency>
+```
+
+> Info:
+>
+> if this version not exists in maven central repository, you can use `mvn 
clean install` build it by self. If you want use a release version, please see 
another project: 
[https://github.com/QianmiOpen/spring-boot-starter-rocketmq](https://github.com/QianmiOpen/spring-boot-starter-rocketmq)
+
+### Produce Message
+
+```properties
+## application.properties
+spring.rocketmq.name-server=172.19.0.1:9876
 
 Review comment:
   It's not common to use a hyphen in properties, how about using  
`spring.rocketmq.nameserver` or `spring.rocketmq.name.server`

----------------------------------------------------------------
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:
us...@infra.apache.org


> 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)

Reply via email to