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 queues2️⃣
Example02
: use worker template with topics/subscriptions3️⃣
Example03
: use worker template with topics/subscriptions/rulesTo 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