For this method:
public static SubscriptionClient CreateFromConnectionString(string connectionString, string topicPath, string name)
What is the topicPath?
MSDN says it is "The full pathname of the topic."
What is the pathname?
There are code examples, but I have yet to find one that explain this little detail.
A topic subscription resembles a virtual queue that receives copies of the messages that are sent to the topic. Consumers receive messages from a subscription identically to the way they receive messages from a queue.
Important components of Microsoft Azure are Compute, Storage, Database, Monitoring & management services, Content Delivery Network, Azure Networking, Web & Mobile services, etc.
It's important to know that Service Bus supports FIFO pattern and is the best option on Azure to serve that requirement.
Topic path is the same string that was used as topic's name to create it. See examples here: https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dotnet-how-to-use-topics-subscriptions
Note ASB names are subject to some limitations: https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-quotas
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With