SmallRye AMQP concurrent message consuming #29092
Unanswered
serhiynovos
asked this question in
Q&A
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
By default reactive messaging messages are dispatched sequentially. You can check out the https://smallrye.io/smallrye-reactive-messaging/3.21.0/concepts/blocking/ annotation, in which you can configure unordered worker pool with concurrency. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is the any way how to configure amqp connector to consume messages from queue concurrently. For example one Quarkus app instance can process a few messages simultaneously. I saw Kafka connector has this capability but not AMQP
Thanks
Beta Was this translation helpful? Give feedback.
All reactions