You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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: