Azure function with service bus trigger 2.x
Hi I have written an Azure function (2.0). I am trying to consume a queue message (brokered message) like below. FunctionName("ConsumeQueueMessage")] public static async Task…
Azure Service Bus
Azure Functions
unable to receive message from Service bus queue (Session Enabled) in Logic apps
Hi I have service bus Queue name('Claims') and session enabled on it, From Azure function we are inserting messages to the Queue('Claims') with session Id. We have logic app application listening on the Queue with below configuration Logic…
Azure Service Bus
Azure Logic Apps

Issue with Azure Service Bus
I am getting a 400 error when trying to send an XML to Queue from Postman. I also tried sending it from the Service Bus Explorer and it works fine. Below is the response I am getting from Service bus endpoint My request looks like this - …
Azure Service Bus
Azure Service Bus topics - message completion
Hi, Iam new at service bus, and have a requirement to have some subscribers for the same message in azure, so for me service bus with topics seems to be the way to go. But I was wondering, what if at one of the subscribers goes wrong? How do I Know…
Azure Service Bus

Service Bus feature request: can we define the priority of the threads created by subscription client
So we understand for each SubscriptionClient with MaxConcurrentCalls = n, it will create n threads to process messages. My question is is there any way we can define the priority of the threads the client creates. By priority, I'm referring to…
Azure Service Bus

How to configure SQL filter in Azure subscription when we need to pass messages in the same subscription with a custom property and without a custom property?
I am searching for a solution where we need to pass messages to a subscription where we want to add a filter which lets all the messages to be passed accept for a particular condition with a custom property. That is, it excepts all messages which doesn't…
Azure Service Bus

How do I forward messages from service bus queue to event grid?
I'm trying to achieve this architecture https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/enterprise-integration/queues-events but I haven't found a way to forward messages from the service bus queue to the event grid topic…
Azure Service Bus
Azure Logic Apps
Azure Event Grid
Migrating activemq from JMS topic to azure data factory
as part of migration process, currently we are using JMS topic for notification. Now we need to migrate it to azure data factory. Can we directly migrate to azure data factory using some protocols or we need to configure azure service bus. If service…
Azure Service Bus
What is the limit posting messages to Azure Service Bus.
Hi, There is a limit on the message size posted in the Azure Service Bus queue. But would like to know is there a limit in posting number of messages to the queue?
Azure Service Bus
Unable to send messages to bus queue
I have a service bus queue. Sometimes the message send does not work via portal - it takes too long and does not complete eventually, other times when it does work the message does not appear in the queue. This worked fine - on the same queue - when…
Azure Service Bus

NodeJS and Azure Service Bus Best Practices
Hi, Do the recommendations outlined here also apply to the NodeJS client? I'm developing a long running NodeJS worker service
Azure Service Bus


Recommended Azure Service framework for many clients to many subscribers
I want to assign groups of mobile devices to on-premise desktop clients. There will be many thousands of individual desktop clients, each with it's own unique set of mobile devices. I need the devices to open some kind of real-time, two-way…
Azure Service Bus

will active message count ever be zero, when publishing and consumption match in Azure Service Bus queues?
Hello everyone, We have a data transfer solution with Azure Service Bus as the message broker. if you see the message publishing/ consumption pattern above, it looks like the messages are consumed as soon as they are published, i.e., the count…
Azure Service Bus
Periods of prolonged inactivity and frequent MessageLockLostException in QueueClient
Hello everyone, Background We have a data transfer solution with Azure Service Bus as the message broker. We are transferring data from x datasets through x queues - with x dedicated QueueClients as senders. Some senders publish messages at the rate of…
Azure Service Bus
Service bus topic trigger doesn't trigger on portal?
I have created an service bus topic trigger in vs 2019. The function version is V3. The service bus topic triggers fine in local but when deployed to portal it doesn’t trigger. Looked for different solutions and options and found that in function.json…
Azure Service Bus

Unable to connect to ASB Queue while running java app through docker
I'm trying connecting to ASB Queue through java application and running through Docker but getting the below exception INFO [2020-06-03 13:49:07,910] com.microsoft.azure.servicebus.primitives.MessagingFactory: Created CBS link to $cbs ERROR…
Azure Service Bus

Unable to receive some messages from Service Bus Queue
Hello ! I am using Service Bus Client Javascript library("@azure/service-bus": "^1.1.7"). My scenario is, I have an Azure Function which is using Event Hub trigger. After processing data from Event Hub, I am saving data to Azure…
Azure Service Bus


Service Bus Connection in Azure Portal Does Not Work
When I copy the connection string from the Azure Portal for a Service Bus Queue does not work. I keep getting that EntityPath should not be in the connection string. This has been happening for years! Please fix.
Azure Service Bus


Azure Service Bus and App Service function re-deliveries
Hello, On our company Azure portal we have a service bus with a topic and a couple subscriptions on it. I created an App Service with a simple function to test how to integrate with the Service bus using a topic trigger. The happy path of the…
Azure Service Bus
Azure Functions

How to create service bus namespace using asp.net MVC?
Hi Team, How to create service bus namespace using asp.net MVC? Can you tell me that it is possible or not? And if it possible then please suggest the way.