Skip to content

Send and receive messages from an Azure Service Bus queue (.NET)

License

Notifications You must be signed in to change notification settings

atrakic/azure-servicebus-app

Repository files navigation

azure-servicebus-app

ci License

This project demonstrates how to send and receive messages with Azure Service Bus.

Requirements

  • Azure cloud account
  • azure client cli
  • .NET SDK

Usage

  1. Login to azure console
$ az login
  1. Create azure infrastructure
$ cd ./infa
$ make
  1. Configure Update appsettings.json section in configure.py file with your Azure Service Bus details.
$ python ./configure.py
  1. Start a message receiver
$ dotnet run --project src/Receiver.Worker/Receiver.Worker.csproj
  1. Start message submitter
$ dotnet run --project src/Submitter.ConsoleApp/Submitter.ConsoleApp.csproj

About

Send and receive messages from an Azure Service Bus queue (.NET)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published