https://github.com/jonahandersson/azureservicebusmessagesender
A simple example of message sender using Azure Service Bus Queue.
https://github.com/jonahandersson/azureservicebusmessagesender
azure azureservicebus csharp netcore31 servicebus-queue servicebus-queue-sender
Last synced: 2 months ago
JSON representation
A simple example of message sender using Azure Service Bus Queue.
- Host: GitHub
- URL: https://github.com/jonahandersson/azureservicebusmessagesender
- Owner: jonahandersson
- Created: 2020-06-27T16:39:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T06:59:13.000Z (almost 6 years ago)
- Last Synced: 2026-04-24T05:08:09.941Z (3 months ago)
- Topics: azure, azureservicebus, csharp, netcore31, servicebus-queue, servicebus-queue-sender
- Language: C#
- Homepage:
- Size: 893 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AzureServiceBusSender
A simple console app showing an example of message sender using Azure Service Bus Queue.
# AzureServiceBus Namespace
#A namespace and service bus queue 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