Learn how to write up a simple application that can send messages on a topic.
- The my service pass name space is ready to go.…And I have topic in there…and inside of that topic I have a subscription.…Just like before, I went into the shared access policies…and looked for this key,…or you can choose to create a new one as well.…And here I went ahead and copied…the primary connection string just like the cues example.…And its right here.…Right, so I've kept it here.…Again, your subscription would be different.…So your connection string will definitely be different.…
So please keep that in mind.…Lets go ahead and file open visual studio as usual…and choose to create a new project.…And just like before I'll go with .NETCore to .x.…So .NETCore Console app.…Lets put this in C developer.…And I shall call this topic senders,…so something that sends on a topic.…There you have it.…Once the project is created,…lets go ahead and add a NuGet package.…
So go to the package manager console.…And we'll add the usual service bus package.…Install package Microsoft.Azure.ServiceBus…and hit enter.…Now Hopefully your targeting the right version of .NETCore…
Released
11/29/2018- What is Azure Service Bus?
- Setting up messaging queues
- Sending and receiving messages
- Setting up topics and subscriptions
- Enabling a namespace to host topics
- Relaying asynchronous communications
Share this video
Embed this video
Video: Send messages on topic