Hi Team,
I am following the below article and was successfully sending the messages to the topic, but I want to keep track of the number of messages I have sent.
https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dotnet-get-started-with-queues
I have the following questions
- I want to find the number of messages sent to my azure service bus topics, so that I can stop sending after certain limitation.
- What is the difference between these [Microsoft.Azure.ServiceBus] and [WindowsAzure.ServiceBus]
- Which dll I have to use from nuget?
- Both dlls are having different classes?