Top "Azure-queues" questions

Microsoft Azure (formerly Windows Azure before March 25, 2014) is a cloud computing platform and infrastructure, created by Microsoft, for building, deploying and managing applications and services through a global network of Microsoft-managed data centers.

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
Unable to get queue length / message count from Azure

I have a Use Case where I need to queue a select number of messages when the current queue length …

c# azure azure-storage azure-queues
How long does a Message stay hidden in an Azure Queue before it gets made visible again?

With any normal Azure Queue, I pop a message, then do some work. I didn't want to delete the message …

c# .net azure azure-queues
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
Limiting the number of concurrent jobs on Azure Functions queue

I have a Function app in Azure that is triggered when an item is put on a queue. It looks …

azure azure-functions azure-queues
azure storage queue message live time

Did I understood it right that in Windows Azure Queue storage a message can live for 7 days maximum? What happens …

azure-storage azure-queues
What is the maximum length of base64 encoded string that can be added to Azure queue?

I need to send compressed Base64 data over an Azure queue, which has a limitation of 64K. My code compresses …

c# encoding azure azure-queues