/dotnet_azure_servicebus

Publish your messages from .NET to Azure Service Bus queue

Primary LanguageC#MIT LicenseMIT

Publish and Subscribe messages at Azure Service Bus

Publish your messages from .NET to Azure Service Bus queue

dotnet_azure_servicebus_pub

This is a publisher which will publish your messages to a queue. You can add a topic and make it publish to that topic.

dotnet_azure_servicebus_sub

This is an active subscriber listening to a message published at a topic. Run this project parallel when you are publishing.