rocketmq-spring
rocketmq-spring copied to clipboard
Allow programmatic modify @RocketMQMessageListener annotation properties
FEATURE REQUEST
- Please describe the feature you are requesting. In a jvm process, I can define different @RocketMQMessageListener annotations on the prototype bean and programmatically set the different annotation properties, such as consumerGroup
- Provide any additional detail on your proposed use case for this feature. reference kafka impl: https://docs.spring.io/spring-kafka/docs/current/reference/html/#kafkalistener-attrs I've finished coding and can request pr
- Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue? should-have and no other way to do it
Means that @RocketMQMessageListener annotations do not set value, programmatically modify annotation attributes before the container is created?
Means that @RocketMQMessageListener annotations do not set value, programmatically modify annotation attributes before the container is created?
yes
good,you can submit your pr to have a look