[ https://issues.apache.org/jira/browse/ROCKETMQ-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16226417#comment-16226417 ]
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_r147915515 ########## 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: Did I miss something? I couldn't run this `quick start`, maybe we need a configuration in `quick start`? ``` *************************** APPLICATION FAILED TO START *************************** Description: A component required a bean of type 'org.apache.rocketmq.spring.starter.core.RocketMQTemplate' that could not be found. - Bean method 'rocketMQTemplate' in 'RocketMQAutoConfiguration' not loaded because @ConditionalOnBean (types: org.apache.rocketmq.client.producer.DefaultMQProducer; SearchStrategy: all) did not find any beans Action: Consider revisiting the conditions above or defining a bean of type 'org.apache.rocketmq.spring.starter.core.RocketMQTemplate' in your configuration. ``` ---------------------------------------------------------------- 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)