micronaut-projects / micronaut-rabbitmq

Micronaut extensions to easily publish and consume messages with RabbitMQ
Apache License 2.0
18 stars 20 forks source link

Add alias to @Queue.prefetch to configure prefetch by config parameter #634

Open juncevich opened 1 week ago

juncevich commented 1 week ago

Feature description

Now prefetch can be changed only by code changing. It leads to rebuild and redeploy application. It would be great change prefetch value in config parameters, not in code. As example @Queue.numberOfConsumers.

juncevich commented 1 week ago

I can try to fix this issue.