Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 917 Bytes

File metadata and controls

23 lines (20 loc) · 917 Bytes

.NET

ServiceBusEmulatorDemo

Playing with service bus emulator

In this repo, i m using service bus emulator in order to consume and publish messages.

1️⃣ Example01 : use worker template with queues

2️⃣ Example02 : use worker template with topics/subscriptions

3️⃣ Example03 : use worker template with topics/subscriptions/rules

To run the demo, type the following commands :

  • docker compose -f .\config\docker-compose.yaml up -d
  • dotnet run --project .\src\Example01
  • dotnet run --project .\src\Example02
  • dotnet run --project .\src\Example03

Tools : net 9.0, servicebus-emulator, docker