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:
[email protected]