Content
Control Azure Service Bus Consumer to start or stop listening from the Topic in spring boot
What I want to Achieve - Control Service Bus Consumer to start / stop receiving messages from queue/topic. Below is a detailed explanation. Currently I have integrated Azure Service Bus in my application and we listen message as soon as spring boot…


Azure Service Bus and big process, misbehave
Hello, we have a one IHosted service and in that we implemented service bus receiver mode. In that we set 5 min Message lock duration, but some time process need more time in that scenario but after 5 min again same message picked and again start the…


Service bus JMS - receive messaged from dead letter queue
I am using this [sample code][1] to connect to a service bus subscription for receiving messages For receiving messages from the subscription's dead letter queue, should I use its path (


Unable to consistently create authorisation rules on the service bus
I've created a bicep template for deploying the Azure Service Bus which includes creation of multiple topics, subscriptions, filters, and authorisation rules. I'm attempting to deploy 24 authorisation rules in a serial for loop after the rest of the…


Hybrid Connection Manager connect from onPrem to App Service
Hi, we established a Hybrid Connection from App Service to on-premises by using Hybrid Connection Manager. Is it possible to connect/ping or whatelse the App Service from on-premises by using the hybrid connection? Thanks


I couldn't read messages from azure service bus queue.
Hi, I am working on an integration project where I will be storing some messages inside a queue and periodically checking if a certain condition has been met before marking it as completed but I wasn't able to loop through the messages after the first…


Custom retry - Azure Service Bus trigger for Azure Functions
We have Azure service bus trigger for azure function, however if the msg fails we want to retry(5 times with some delay) and lock the msg for certain time(one minute) so it cant be processed; We were using smth like this "retry": { …


How to connect a Springboot app to an Azure SB with multiple subscriptions (with same name) across different topics
Hello All, Problem: Getting an error when connecting to 2 different subscriptions with the same name across 2 different topics. Details: I have a Controller in a Springboot app connecting to an Azure Service Bus using JMSListeners. Method…


Azure service bus - Update disposition request to be timed out
Used the below code(simplified for discussion) to create receiver, open and commit a transaction and close receiver. ServiceBusReceiverClient receiver = new ServiceBusClientBuilder() …


azure service bus sender instance going stale.
I am using golang SDK for the azure service bus. But the sender instance goes stale when no new messages are sent using that sender. In my application, I'm continuously listening to a topic, processing the message and sending it to different topics in an…


Service bus premium, max topic size pricing
Hi, I have a service bus of premium pricing tier. By default all the topics get max size of 1 Gb. Will there be any price impact if I set max size of all the topics to 80Gb? Best regards, Oleksii


hi i have situation where i need to subscribe to a service bus topic which is in a different subscription. wondering how could we do that? is that even possible?
how to create a subscriber which listens to a topic in a different subscription.


Send servicebus message return error
error: { "ClassName": "Microsoft.ServiceBus.Messaging.MessagingException", "Message": "服务器无法处理请求;请重试操作。如果问题仍然存在,请与 Service Bus管理员联系并提供跟踪 ID。.TrackingId:71b502f5-df79-436e-a5a3-68aa9d7ee725_Gcrma …


Logic Apps Standard ASEv3 Virtual Network Setup Route Table and NSG for Azure Managed Connectors
Hi, When I am trying to use Azure Managed Connector inside Logic Apps Standard which is deployed on internal ILB ASEv3 with Vnet. I have added rule for Service Tag AzureConnectors in ASEv3 Subnet inside VNET. In NSG, all traffic going to internet…


How to fine the status of azure service?
I want to add a feature in my admin panel, where I can show the status of my azure app services and service bus whether they are started or stopped. I've got the APIs to control the start/stop/restart actions of the service. Please let me know…


Getting MessageLockLostException while using ServiceBusTrigger
I am getting "Microsoft.Azure.ServiceBus.MessageLockLostException: The lock supplied is invalid. Either the lock expired, or the message has already been removed from the queue". I am using AzureFunction APP ServiceBusTrigger to read the data…


About Azure Service Bus quotas
Hi, We are using Azure service bus for multiple applications (subscribers will be 800 plus that require 4-5 SQL filter each). Since there is 2000 SQL filter quota, we are considering using "scale out an individual topic". But we worry about…
Unable to view result of pipeline which trasport a value from a sensor to digital twin and in log stream of Azure function trigger
Hello, i'm unable to view result of an example pipeline (i'm following code in "Hands On Azure Digital Twins") which trasports a temperature value from a sensor to a digital twin and i'm also unable to have this value in the messages…


Azure Pub Sub solution based on Oracle on prem database table events
I am trying to create a proof of concept for a PUB SUB pattern using changes to an on prem Oracle Database table. New rows added to the table should be pulled from the table in near real time and published to Service Bus queue. I have set up a Data…


Alert to see if messages are stuck in Servicebus Queue during a particular time in a day
I have a queue in my service bus and every day at 9am to 10 am I get 1000 messages. I have a function app which picks up the messages and processes them. So ideally after 11 am active messages count in the queue should be 0. But sometimes my function app…

