https://github.com/jonahandersson/azure-service-bus-topic-sender
A very simple console app of how to send message using Azure Service Bus Topic.
https://github.com/jonahandersson/azure-service-bus-topic-sender
azure azureservicebus csharp netcore service-bus-topic
Last synced: 4 months ago
JSON representation
A very simple console app of how to send message using Azure Service Bus Topic.
- Host: GitHub
- URL: https://github.com/jonahandersson/azure-service-bus-topic-sender
- Owner: jonahandersson
- Created: 2020-06-27T17:10:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T07:10:18.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T08:07:23.399Z (4 months ago)
- Topics: azure, azureservicebus, csharp, netcore, service-bus-topic
- Language: C#
- Homepage:
- Size: 872 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure Service Bus - Topic Example (Sender)
A very simple console app of how to send message using Azure Service Bus Topic.# AzureServiceBus Namespace
#A namespace and a service bus topic must be created as a service in the Azure portal to get the connection string.
#Nuget package Microsoft.Azure.ServiceBus is required. For more information https://www.nuget.org/packages/Microsoft.Azure.ServiceBus/# AzureServiceBus Overview and Documentation
https://jonahandersson.tech/azure-service-bus-a-technical-overview/https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview#queues