micronaut-projects / micronaut-jms

Integration between Micronaut and JMS
Apache License 2.0
14 stars 14 forks source link

Request for documentation on Queue concurrency replacement #435

Open chenlin2001 opened 1 year ago

chenlin2001 commented 1 year ago

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 commented 9 months ago

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.