Relative Content

Tag Archive for c#azureazureservicebusservicebusazure-queues

Azure Service Bus failover

Must be a simple question, but I didn’t really find the answer. I’m going to create few asp.net hosted services where I want to start threads that will send and receive messages from azure service bus (queue). Let’s take a look at receiving hosted service which effectively create ServiceBusClient and ServiceBusProcessor instances during starting HostedService and then always calling only callbacks.