This project is a demo for a application using Azure Service Bus. The Demo covers some features from ServiceBus like:
- DeadLeatter Queue
- Peack-Lock Messaging
- MaxDeliveryCount
- Infra creating with code
- Queue Descriptions
A running ServiceBus on Azure Cloud.
Using Visual Studio:
# FirstStep:
Configure ServiceBusEndpoint and QueuePath on */AzureServiceBusMessages/Settings.cs*
#Second Step:
Use Debbuging with Multiple Startup Projects for Sender and Receiver.NuGet: https://www.nuget.org/packages/Microsoft.Azure.ServiceBus
SourceCode: https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.ServiceBus_5.1.0