Replies: 1 comment
-
If you use Quarkus, you can use startup event with a priority higher than framework. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On application startup, i should do some initialization work, then manually start the incoming channel
in spring, i can do it like this
how can I do it with quarkus-smallrye-reactive-messaging-rabbitmq ?
Beta Was this translation helpful? Give feedback.
All reactions