What strategies would be effective for a queue with a large number of receivers?
Enable batched store access.
Use a single factory per process for each receiver.
Use synchronous operations.
Set a low prefetch count (e.g., 10).
Use asynchronous operations.
Disable batched store access.
Use multiple factories per process for each receiver.
Set the prefetch count to 20 times the processing rate of the receiver.
Per best practices