My requirement is to send data received in Lambda from DynamoDB to Azure Queue in node.js. Steps taken - AWS Side 1. Created DDB Table 2. Added Stream and
I have an azure function that I want to send a message to a service bus that has a correlation filter on it. Specifically the correlation filter is on the labe
When I am trying to create a Service Bus Namespace in Azure. It is failing with the below exception. Microsoft.Azure.Management.ServiceBus.Models.ErrorResponseE
I don't quite understand the relationship between parent and child components when working with bicep and more specifically arrays. The error I get is this: Dep
Is there a way to get the number of receiving subscriptions of a ServiceBusMessage sent on a Topic, in any of the two following ways: The number of subscription
Would it be fair to say that an event grid is just a subset of a service bus ? I am finding that service bus can do everything that an event grid can do and muc
I am trying to send a message to my queue hosted in azure. My application communicates with the world through a proxy. I use the .Net Core 2.1 and the new the
I have an azure function that sends a message to the service bus queue. Since a recent deployment, I see an exception occurring frequently: The connection was i
I've a c# dotnet webjob and a simple desktop app. Sending a message apperaes to work only every other time. serviceBusClient = new QueueClient(_conf
I'm currently studding Azure Service Bus and I didn't understand the real benefits of a Queue compared to a Topic with a single Subscription. I see that in both
Som I'm currently looking into updating our very simple service bus service to the latest version (Asure.Messaging.Servicebus) and I'm running into a smaller pr