Skip to content
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

Open
chenlin2001 opened this issue Sep 4, 2023 · 5 comments
Open

Request for documentation on Queue concurrency replacement #435

chenlin2001 opened this issue Sep 4, 2023 · 5 comments

Comments

@chenlin2001
Copy link

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

@Zylox
Copy link

Zylox commented Dec 18, 2023

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.

@DimitrisTsiro
Copy link

Is there a replacement for this?

@graemerocher
Copy link
Contributor

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.

@graemerocher
Copy link
Contributor

@chenlin2001
Copy link
Author

Are there any examples/docs how to set up SQS multiple consumers in micronaut?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: No status
Development

No branches or pull requests

6 participants