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 vs RabbitMQ for Enterprise applications

I need to decide between Azure Service Bus and RabbitMQ (Deployed on Azure) for an enterprise level application and my …

rabbitmq azureservicebus servicebus bitnami
with azure brokeredmessage get the body without knowing the type

When you are using the brokered message in the Azure Service Bus, you can retrieve the body of the message …

c# azure azureservicebus
The lock supplied is invalid. Either the lock expired, or the message has already been removed from the queue

I'm using a Microsoft azure service bus queue to process calculations and my program runs fine for a few hours …

c# azure distributed azureservicebus
Clearing azure service bus queue in one go

We are using a service bus queue in our project. We are in need of a functionality to remove all …

.net azure queue azureservicebus azure-servicebus-queues
Test Azure Service Bus locally without any subscription or login

Is there a way to play with and discover Azure Service Bus on the local emulator without registering to the …

azure namespaces azureservicebus azure-acs
Determining how many messages are on the Azure Service Bus Queue

I know there is a way to determine the number of messages (or approximate number) in the Azure Queue (Store …

azure azureservicebus azure-queues azure-servicebus-queues
How to view servicebus message in Azure Portal

I am using the Azure Service Bus topic mechanism. I have sent the messages to topic and want to see …

azure azureservicebus
Looking for clarity on Event Hubs vs Topics in Azure Service Bus

I've been learning about Event Hubs and just want to get confirmation or correction on my perspective on Event Hubs? …

azure azureservicebus azure-eventhub
Using QueueClient.OnMessage in an azure worker role

I have an Azure worker role that is responsible for checking 4 service bus queues. Currently, I just the looping method …

c# azure azure-worker-roles azureservicebus azure-servicebus-queues
Azure ServiceBus Message Serialization/Deserialization

I am using a .NET Core application to send an object through an Azure Service Bus Queue and have it …

c# azure .net-core azureservicebus azure-webjobs