https://github.com/jonahandersson/azureservicebusreceiver
Example of Azure Service Bus Receiver Queue
https://github.com/jonahandersson/azureservicebusreceiver
Last synced: 4 months ago
JSON representation
Example of Azure Service Bus Receiver Queue
- Host: GitHub
- URL: https://github.com/jonahandersson/azureservicebusreceiver
- Owner: jonahandersson
- Created: 2020-06-27T16:26:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T07:02:21.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T08:07:23.564Z (4 months ago)
- Language: C#
- Size: 920 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AzureServiceBusReceiver
Example of Azure Service Bus Receiver. A simple console app that receives queue messages from another console app.Check out https://github.com/cj0nah/AzureServiceBusMessageSender
# 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