CodePudding user response:
Can combine many consumers and prefetching to control itCodePudding user response:
Divided into multiple queue, each queue with multiple consumers, specific configuration according to the performance of your server,CodePudding user response:
Has a batch to send configuration, configure how many message sent to consumers at a timeCodePudding user response:
Container. SetConcurrentConsumers (50);CodePudding user response:
prefetch ="120" batch take 120
concurrency ="2" concurrent 2
CodePudding user response: