Top "Azureservicebus" questions

Microsoft Azure Service Bus provides a hosted, secure, and widely available infrastructure for widespread communication, large-scale event distribution, naming, and service publishing.

Azure Service Bus Serialization Type

We've started investigating the use of the Windows Azure Service Bus as a replacement for our current queues as we …

c# serialization azure azureservicebus
Azure functions local.settings.json represented in appsettings.json for a ServiceBusTrigger

I currently have an azure function using the ServiceBusTrigger binding [ServiceBusTrigger("%TopicName%", "%SubscripionName%", Connection = "MyConnection")] string catclogueEventMsgs, ILogger log, ExecutionContext …

c# azure azure-functions azureservicebus
Creating a Task with a heartbeat

I'd like to run a Task that has a "heartbeat" that keeps running at a specific time interval until the …

c# .net task-parallel-library async-await azureservicebus
Azure Service Bus and Messaging Sessions

I've been looking into Azure Service Bus Queues (NOT Azure Storage Queues). All of the details that I have read …

azure azure-queues azureservicebus
understanding check pointing in eventhub

I want to ensure that, if my eventhub client crashes (currently a console application), it only picks up events it …

c# azureservicebus azure-eventhub
How to peek the deadletter messages

It is very hard to find some good documentation on getting all the messages in a deadletter queue and getting …

azure azureservicebus azure-servicebus-queues dead-letter
40400: Endpoint not found - Windows Service Bus

I am running on premise Windows Service Bus 1.0 and I am getting the exception MessaingEntityNotFoundException 40400: Endpoint not found. Is this …

c# azureservicebus
What is causing Azure Event Hubs ReceiverDisconnectedException/LeaseLostException?

I'm receiving events from an EventHub using EventProcessorHost and an IEventProcessor class (call it: MyEventProcessor). I scale this out to …

c# azure azureservicebus azure-eventhub
Difference between BrokeredMessage class in Microsoft.ServiceBus and Message class in Microsoft.Azure.ServiceBus

I've got started with Azure Service Bus in Azure. Having gone through some references over the Internet, it seems that …

azure azureservicebus
Can the Azure Service Bus be delayed before retrying a message?

The Azure Service Bus supports a built-in retry mechanism which makes an abandoned message immediately visible for another read attempt. …

azure azureservicebus