https://github.com/aimenux/servicebusdemo
Using various ways to send and receive messages to/from azure service bus
https://github.com/aimenux/servicebusdemo
azure-service-bus masstransit queue rebus receiver sender slim-message-bus wolverine
Last synced: 3 days ago
JSON representation
Using various ways to send and receive messages to/from azure service bus
- Host: GitHub
- URL: https://github.com/aimenux/servicebusdemo
- Owner: aimenux
- License: mit
- Created: 2024-12-06T17:30:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T14:59:49.000Z (10 months ago)
- Last Synced: 2025-02-08T16:46:48.505Z (8 months ago)
- Topics: azure-service-bus, masstransit, queue, rebus, receiver, sender, slim-message-bus, wolverine
- Language: C#
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/aimenux/ServiceBusDemo/actions/workflows/ci.yml)
# ServiceBusDemo
```
Using various ways to send and receive messages to/from azure service bus
```> In this repo, i m using various ways in order to send and receive messages to/from [azure service bus](https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview).
>
> :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.servicebusreceiver) and [ServiceBusSender](https://learn.microsoft.com/en-us/dotnet/api/azure.messaging.servicebus.servicebussender)
>
> :three: `Example03` : use worker template with [ServiceBusProcessor](https://learn.microsoft.com/en-us/dotnet/api/azure.messaging.servicebus.servicebusprocessor)
>
> :four: `Example04` : use worker template with [MassTransit](https://masstransit-project.com)
>
> :five: `Example05` : use worker template with [Wolverine](https://wolverinefx.net)
>
> :six: `Example06` : use worker template with [Rebus](https://github.com/rebus-org/Rebus)
>
> :seven: `Example07` : use worker template with [SlimMessageBus](https://github.com/zarusz/SlimMessageBus)
>**`Tools`** : net 8.0, servicebus, masstransit, wolverine, rebus, slim-message-bus