I have gone through the best practices for Service Bus mentioned in https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-performance-improvements
Looks like it discusses about the old Service Bus library. I am using Microsoft.Azure.ServiceBus.TopicClient and have couple of queries:
- Is it thread safe?
- How do I enable client-side batching for this?