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 ServiceBusClient2️⃣
Example02
: use worker template with ServiceBusReceiver and ServiceBusSender3️⃣
Example03
: use worker template with ServiceBusProcessor4️⃣
Example04
: use worker template with MassTransit5️⃣
Example05
: use worker template with Wolverine6️⃣
Example06
: use worker template with Rebus7️⃣
Example07
: use worker template with SlimMessageBus
Tools
: net 8.0, servicebus, masstransit, wolverine, rebus, slim-message-bus