rocketmq-spring
rocketmq-spring copied to clipboard
is there any way to register listener bean by custom annotation which meta-annotation is RocketMQMessageListener
FEATURE REQUEST
- Please describe the feature you are requesting. i defined a custom annotation and it's meta-annotation include @component and @RocketMQMessageListener. i want to project can register listener bean by my custom annotation just like added by @RocketMQMessageListener
i stuck on this line
so is there any flexible way to achive my suppose?