From the Pricing page(http://azure.microsoft.com/en-us/pricing/details/service-bus/), we should pay $0.01 for every 10,000 messages. We just want to measure how many exactly messages we would use, but can anyone tell me how to measure it?basically we only use Topic of Service Bus.
I only think of we can add logging before we send a BrokeredMessage object, do I need to count after the subscription received new messages? We found during our normal development everyday, it generates quite a lot messages, that our mainly costs is now on Service Bus, we just want to find out whether we indeed consumed that many messages.