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