-
Notifications
You must be signed in to change notification settings - Fork 14
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
Request for documentation on Queue concurrency replacement #435
Comments
i'm very interested in this. I am looking to use this, but if concurrency is not going to be possible im going to have to look elsewhere. Clarity would be appreciated. |
Is there a replacement for this? |
Concurrency is handled by the JMS implementation. The previous behaviour was incorrect whereby Micronaut was implementing multi-threading on the consumer side, when this is not supported and has to be done by the JMS implementation. |
Are there any examples/docs how to set up SQS multiple consumers in micronaut? |
Feature description
Upgrading to version 4.x of micronaut results in:
WARN|2023-08-25 12:40:59,667|main|[i.m.j.c.JMSQueueListenerMethodProcessor] The deprecated 'concurrency' option of 'io.micronaut.jms.annotations.Queue' annotation is being used. Note that It will be removed soon.
All the documentation of micronaut queue (https://micronaut-projects.github.io/micronaut-jms/latest/guide/) still contains the usage of concurrency, and there is not documentation on what to do instead of this
The text was updated successfully, but these errors were encountered: