Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.51 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.51 KB

.NET

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.

1️⃣ Example01 : use worker template with ServiceBusClient

2️⃣ Example02 : use worker template with ServiceBusReceiver and ServiceBusSender

3️⃣ Example03 : use worker template with ServiceBusProcessor

4️⃣ Example04 : use worker template with MassTransit

5️⃣ Example05 : use worker template with Wolverine

6️⃣ Example06 : use worker template with Rebus

7️⃣ Example07 : use worker template with SlimMessageBus

Tools : net 8.0, servicebus, masstransit, wolverine, rebus, slim-message-bus