You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/05/14 06:40:11 UTC

[GitHub] [rocketmq-spring] dongYES opened a new issue #370: RocketMQAutoConfiguration class annotations

dongYES opened a new issue #370:
URL: https://github.com/apache/rocketmq-spring/issues/370


   MessageConverterConfiguration and RocketMQTransactionConfiguration are not auto-config  classes,so @AutoConfigureAfter and
   @AutoConfigureBefore this two annotations have no effect here。
   
   @Import({MessageConverterConfiguration.class, ListenerContainerConfiguration.class, ExtProducerResetConfiguration.class, ExtConsumerResetConfiguration.class, RocketMQTransactionConfiguration.class})
   **@AutoConfigureAfter({MessageConverterConfiguration.class})
   @AutoConfigureBefore({RocketMQTransactionConfiguration.class})**
   
   public class RocketMQAutoConfiguration implements ApplicationContextAware {.....}


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



[GitHub] [rocketmq-spring] tulikavijay commented on issue #370: RocketMQAutoConfiguration class annotations

Posted by GitBox <gi...@apache.org>.
tulikavijay commented on issue #370:
URL: https://github.com/apache/rocketmq-spring/issues/370#issuecomment-954797082


   can I take this up? interesting in contributing : ) 
   let me know @RongtongJin @dongYES  if there's any other relevant detail


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

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-spring] RongtongJin commented on issue #370: RocketMQAutoConfiguration class annotations

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #370:
URL: https://github.com/apache/rocketmq-spring/issues/370#issuecomment-955119790


   > can I take this up? interesting in contributing : ) let me know @RongtongJin @dongYES if there's any other relevant detail
   
   Of course you can


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

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org