Implications
Each queue runner has to scan the entire queue before it can do anything, so as the queue grows larger and messages need to be sent out faster, it takes longer and longer for each queue runner to read in the entire queue
- There will also be more lock & directory contention
- If the load doesnít slack off, youíll keep slowing down more and more and more, until you stop