705 questions with Azure Service Bus tags

Sort by: Updated
1 answer

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 Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,950 questions
asked 2020-09-26T09:44:51.32+00:00
answered 2020-09-29T05:55:40.38+00:00
MikeUrnun 9,782 Reputation points Moderator
1 answer

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 Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,566 questions
asked 2020-09-23T15:24:38.32+00:00
Amar-Azure-Practice 661 Reputation points
commented 2020-09-28T04:48:32.637+00:00
MayankBargali-MSFT 70,941 Reputation points Moderator
1 answer One of the answers was accepted by the question author.

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
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
asked 2020-09-23T14:11:28.543+00:00
Dinesh Gudi 21 Reputation points
accepted 2020-09-23T14:40:14.253+00:00
Dinesh Gudi 21 Reputation points
1 answer One of the answers was accepted by the question author.

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
asked 2020-09-20T20:16:26.69+00:00
David Ribeiro 87 Reputation points
commented 2020-09-21T10:42:41.887+00:00
MayankBargali-MSFT 70,941 Reputation points Moderator
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
asked 2020-09-18T18:08:12.127+00:00
JingJing Gu 1 Reputation point
answered 2020-09-21T05:59:22.463+00:00
MayankBargali-MSFT 70,941 Reputation points Moderator
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
asked 2020-09-16T03:52:53.14+00:00
Hemalatha Yavarna 1 Reputation point
commented 2020-09-18T03:46:47.61+00:00
Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
1 answer One of the answers was accepted by the question author.

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 Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,566 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
456 questions
asked 2020-09-10T06:20:49.923+00:00
Raul Guerrero Deschamps 21 Reputation points
accepted 2020-09-10T13:38:53.987+00:00
Raul Guerrero Deschamps 21 Reputation points
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
asked 2020-09-02T17:32:54.99+00:00
Swetha M06 1 Reputation point
commented 2020-09-08T16:16:28.95+00:00
ChaitanyaNaykodi-MSFT 27,481 Reputation points Microsoft Employee Moderator
1 answer One of the answers was accepted by the question author.

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
asked 2020-09-03T10:45:36.347+00:00
Inspirisys Admin 21 Reputation points
accepted 2020-09-03T11:53:12.993+00:00
Inspirisys Admin 21 Reputation points
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
asked 2020-08-07T15:07:50.657+00:00
Srini 1 Reputation point
commented 2020-08-12T14:18:43.013+00:00
MayankBargali-MSFT 70,941 Reputation points Moderator
1 answer One of the answers was accepted by the question author.

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
asked 2020-08-07T09:13:04.13+00:00
Razvan Goga 41 Reputation points
commented 2020-08-12T04:50:34.88+00:00
MayankBargali-MSFT 70,941 Reputation points Moderator
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
asked 2020-08-03T18:35:03.367+00:00
RJBreneman 201 Reputation points
commented 2020-08-11T11:31:36.107+00:00
MayankBargali-MSFT 70,941 Reputation points Moderator
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
asked 2020-08-05T13:22:40.67+00:00
Lakshmi Kanthan M 26 Reputation points
commented 2020-08-10T16:37:35.727+00:00
svijay-MSFT 5,256 Reputation points Microsoft Employee Moderator
1 answer One of the answers was accepted by the question author.

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
asked 2020-07-22T06:36:27.15+00:00
Lakshmi Kanthan M 26 Reputation points
accepted 2020-08-05T13:08:56.897+00:00
Lakshmi Kanthan M 26 Reputation points
0 answers

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
asked 2020-07-10T01:03:17.967+00:00
Bhavana yalamanchili 1 Reputation point
commented 2020-07-21T10:38:05.33+00:00
Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
asked 2020-06-04T04:40:47.5+00:00
AbhinavMuthyala 1 Reputation point
commented 2020-07-08T06:35:45.503+00:00
MayankBargali-MSFT 70,941 Reputation points Moderator
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
asked 2020-06-29T20:35:33.993+00:00
Ahsan Habib 126 Reputation points
commented 2020-07-03T11:46:56.483+00:00
MayankBargali-MSFT 70,941 Reputation points Moderator
1 answer

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
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
asked 2020-06-22T20:00:34.807+00:00
David McCarter 1 Reputation point MVP
answered 2020-07-02T11:46:28.193+00:00
MayankBargali-MSFT 70,941 Reputation points Moderator
2 answers One of the answers was accepted by the question author.

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 Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,950 questions
asked 2020-06-29T20:13:34.32+00:00
Elio Rodrigues (erodrigu) 21 Reputation points
commented 2020-07-02T03:24:00.367+00:00
MayankBargali-MSFT 70,941 Reputation points Moderator
1 answer

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.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
705 questions
asked 2020-06-27T08:30:17.02+00:00
Anita 1 Reputation point
commented 2020-07-01T04:32:00.663+00:00
MikeUrnun 9,782 Reputation points Moderator