Getting Lock Lost exception under "Lock duration" period set on Topic...
HiWe are polling a Service Bus Topic subscription using Azure Logic Apps in PeekLock Mode. The Lock duration on the subscription is set to 5 minutes. Now, we are observing inconsistent behavior while...
View ArticleAbout ServiceBus DR Scenario
I am writing in reference to the DR scenario of ServiceBus. I have a question regarding to this system.I verified that ServiceBus is capable of being manual failover from primary to another region...
View ArticleResubmit deadletter message to subcription
HiWe have a scenario where a message fails multiple times for a particular subscriber and is sent to the deadletter queue. Particular deadletter messages we want to resubmit to the particular...
View ArticleNeed help on Spring-Cloud-Stream (...
Hi All, we are trying to migrate from rabbitmq(pcf service) to azure service bus. our previous implementation used spring ampq and rabbitmq as message broker. but now trying rewrite using spring cloud...
View ArticleDoes Service Bus support Kafka?
Are these two tools alternative to each other or could service bus work with kafka protocol/interface?Kenny_I
View ArticleIs Topics and Subscriptions possible with Azure Event Hub?
Is is possible to consumer like Azure Functions to subscribe certain topics from EventHub or is it only Service Bus feature?Kenny_I
View Article[Azure Event Hub] Difference between two connections string
Hello,I try to connect my kafka to an eventhub. I follow steps on official microsoft tutorial , Integrate Apache Kafka Connect support on AzureEvent Hubs (Preview)But in file configuration (...
View ArticleMessage lock lost - service bus outage?
Trying to troubleshoot what seems to be an Azure service bus issue - the message consumer is logic apps, but this felt like the more appropriate forum.I completed a load test over the weekend, around...
View Articleconcern about service bus cost
hello,I create a standard tier service bus queue with sessions enabledthe way I send is from nodejs, something like this {body : themessage, brokerproperties : {SessionId : "my_session_d"}to read the...
View ArticleAzure Service Bus - Peek a scheduled message
Im am using Python to develop a integration that read messages from different Azure Service Bus topics and queues. But I have an issue when scheduling messages. I am not able to peek the scheduled...
View ArticleSporadic MessageLockLostException
Every once in a while (1 in thousands of messages) I am getting a MessageLockLostException when trying to complete a message. I have a queue defined with lock duration set to 30s: In code I create a...
View ArticleEvent Grid to Service Bus
Hi All, I am currently using Event Grid to route messages to several service bus queues. This is working fine however when I configure service bus as a Event Grid topic subscriber I would like to be...
View ArticleEvent grid for tracking the Azure Resource group tag changes
Hi,I have scenario where I wanted to track the changes in Azure resource group tags using event grid.Which are all the tags modified accordingly I wanted to take some actionHow to do this?If I have...
View ArticleRead a message from EventHub using SAS Token
Hi ,I am currently using eventProcessorHost to read & send message to eventhub using connection string. It's working fine while using connection string (listen mode) but same code is not working...
View ArticleHow to subscribe topic of IBM MQ?
What option are available if I want to get data from MQ Topic (not queue) to Service Bus?Authentication includes a certificate.Kenny_I
View ArticleTo modify company name
Could you tell me how to modify company name in Microsoft Azure.Note that my account is a free version.
View ArticleSend message to Service Bus Topic using MSIAuthentication class with Python SDK
We would like to send messages to different Service Bus topics using the Python SDK from an Azure Function. We prefer not to use bindings as we will be deciding which topics to send data to dynamically...
View ArticleDevOps CI/CD with Service Bus?
Any CI/CD tutorial or instruction for Service Bus?How service bus configuration can be done when there is several person in organisation which needs to do configurations like creating new Topic and...
View ArticleAzure Service Bus - estimation of the number of brokered connection
Hello everyone!I was trying to estimate no. of brokered connections while arrive at pricing for Service Bus (STANDARD TIER) for the following scenario:There are 32 clients sending messages to/...
View ArticleJava service bus connection is throwing Caused by:...
Hi all,The java service bus connection is throwing an ssl error:Caused by: com.microsoft.azure.servicebus.primitives.ServiceBusException: Error{condition=proton:io,...
View Article