-
Notifications
You must be signed in to change notification settings - Fork 896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow programmatic modify @RocketMQMessageListener annotation properties #479
Comments
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 |
kosmosr
added a commit
to kosmosr/rocketmq-spring
that referenced
this issue
Aug 9, 2022
…annotation properties
6 tasks
6 tasks
ShannonDing
pushed a commit
that referenced
this issue
Sep 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FEATURE REQUEST
In a jvm process, I can define different @RocketMQMessageListener annotations on the prototype bean and programmatically set the different annotation properties, such as consumerGroup
reference kafka impl: https://docs.spring.io/spring-kafka/docs/current/reference/html/#kafkalistener-attrs
I've finished coding and can request pr
should-have and no other way to do it
The text was updated successfully, but these errors were encountered: