Which of the following strategies would be effective for optimizing a high-throughput queue in Azure Service Bus?
Use asynchronous operations.
Enable batched store access.
Set a high prefetch count.
Disable batched store access.
Disable prefetching.
Use multiple message factories per process.
Use single message factories per process.
Use synchronous operations.
Per best practices