zcwease opened a new issue #145: 集成问题
URL: https://github.com/apache/rocketmq-spring/issues/145
 
 
   The issue tracker is **ONLY** used for bug report and feature request. 
   
   Any question or RocketMQ proposal please use our [mailing 
lists](http://rocketmq.apache.org/about/contact/).
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   springboot工程 版本:boot版本 2.1.3.RELEASE
   
   <dependency>
                        <groupId>org.apache.rocketmq</groupId>
                        <artifactId>rocketmq-spring-boot-starter</artifactId>
                        <version>2.0.3</version>
                        <optional>true</optional>
                </dependency>
   启动打印日志如下
   
   2019-09-17 20:38:44.808  INFO 11892 --- [           main] 
trationDelegate$BeanPostProcessorChecker : Bean 'rocketMQTemplate' of type 
[org.apache.rocketmq.spring.core.RocketMQTemplate] is not eligible for getting 
processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying)
   2019-09-17 20:38:44.810  INFO 11892 --- [           main] 
trationDelegate$BeanPostProcessorChecker : Bean 'transactionHandlerRegistry' of 
type [org.apache.rocketmq.spring.config.TransactionHandlerRegistry] is not 
eligible for getting processed by all BeanPostProcessors (for example: not 
eligible for auto-proxying)
   
   导致postprocessor无法得到RocketMQTemplate类型的bean对象
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


With regards,
Apache Git Services

Reply via email to