Questions tagged [azure-queues]

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. Azure Queue storage is used for transporting messages between applications as normally we can consider a MSMQ do that in cloud.

Azure Queue Storage is a service for storing large numbers of messages. You access messages via authenticated calls using HTTP or HTTPS. A queue message can be up to 64 KB in size. Queues are commonly used to create a backlog of work to process asynchronously.

Azure Queues documentation

Tagging Recommendation:

Use the tag, for all Azure Queue Storage-related questions.

425 questions
-1
votes
1 answer

Windows Azure Namespacemanager issue

i trying to create the service bus topic, for which i am using the namespacemanager. the name space manager is not showing the function CreateFromConnectionString. using System; using Microsoft.ServiceBus; using…
user712094
  • 71
  • 1
  • 7
-1
votes
1 answer

How to get messages number in azure queue

Please advice how to calculate how much messages are in the azure queue
Sergey
  • 7,933
  • 16
  • 49
  • 77
-2
votes
1 answer

Service Bus output binding is not working in Azure

I have a nodejs application. there are 3 functions and 2 HTTP calls. here is my function.json for the HTTP route: { "bindings": [ { "authLevel": "function", "type": "httpTrigger", "direction": "in", "name": "req", …
-2
votes
1 answer

It is possible to use Microsoft Azure Queue to replace Thread?

I am trying to use Microsoft Azure Queue to replace the Thread with a Queue in my progruma, I currently use the Thread to perform some functions, and I would like instead to use those Azure Queue to be able to manage and execute such functions, but…
-2
votes
1 answer

Azure Service Bus Queue, Topics and Relays

I am preparing for Microsoft 70-532 exam and got stuck with following question: You are developing a messaging solution to integrate two applications named WeatherSummary and WeatherDetails. The WeatherSummary application displays a summary of…
Mangesh Kulkarni
  • 239
  • 5
  • 17
1 2 3
28
29