Hi,

When maxConcurrentConsumers is set to certain number much greater than concurrentConsumers, how does the framework increase the number of concurrent consumers. Is it configurable?
Ex: if concurrentConsumers=5 and maxConcurrentConsumers=20. Will the frame work increase consumers one by one like 6,7,8,9,10 etc till the messages lost or can we configure to increase like 10-15-20 with an extent of 5.

Thanks