Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aimenux committed Dec 6, 2024
1 parent ac81757 commit 1cff064
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[![.NET](https://github.com/aimenux/ServiceBusDemo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aimenux/ServiceBusDemo/actions/workflows/ci.yml)

# ServiceBusDemo
```
Playing with service bus
```

> In this repo, i m using [service bus](https://hub.docker.com/r/microsoft/azure-messaging-servicebus-emulator) in order to send and receive messages.
> In this repo, i m using [service bus](https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview) in order to send and receive messages.
>
> :one: `Example01` : use worker template with [ServiceBusClient](https://learn.microsoft.com/en-us/dotnet/api/azure.messaging.servicebus.servicebusclient?view=azure-dotnet)
> :one: `Example01` : use worker template with [ServiceBusClient](https://learn.microsoft.com/en-us/dotnet/api/azure.messaging.servicebus.servicebusclient)
>
> :two: `Example02` : use worker template with [ServiceBusReceiver](https://learn.microsoft.com/en-us/dotnet/api/azure.messaging.servicebus.servicebussender) and [ServiceBusSender](https://learn.microsoft.com/en-us/dotnet/api/azure.messaging.servicebus.servicebusreceiver)
>
Expand Down
1 change: 1 addition & 0 deletions ServiceBusDemo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{D68FAF4D
global.json = global.json
README.md = README.md
.gitignore = .gitignore
.github\workflows\ci.yml = .github\workflows\ci.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example02", "src\Example02\Example02.csproj", "{C5AA6BD9-2F7B-4F7C-AE2E-3BAE12B34E29}"
Expand Down

0 comments on commit 1cff064

Please sign in to comment.