Windows Azure Service Bus Queue, questions regarding relay, topics and queues
So I have an azure function acting as a queue trigger that calls an internally hosted API. There doesn't seem …
azure message-queue azure-servicebus-queues brokeredmessageI'm trying to understand the retry policy on the Azure Service Bus but it's not working the way I would …
c# azure azureservicebus azure-servicebus-queuesI'm developing ASP.NET Web API services and placing these onto an Azure Service Bus queue to be processed. The …
c# azure asp.net-web-api azureservicebus azure-servicebus-queuesI'm having issues with Azure Message Bus Queues. I'm having MessageLockLostException thrown and The request operation did not complete within …
c# azure azureservicebus azure-servicebus-queuesI am trying to iterate through a JSON array which has been encoded to a string for the purpose of …
azure azure-logic-apps string-interpolation azure-servicebus-queues workflow-definition-languageSo the scenario is that I'm using an SB queue to throttle outgoing callbacks to other services. One of the …
azure servicebus azureservicebus azure-servicebus-queues