Java: Azure Service Bus Queue Receiving messsages with sessions
Hi, I posted a question on StackOverflow but no one answered so I'm trying here too 😊 (Link: stackOverflow:...
View ArticleMessage being received by multiple queues
Greetings, I am trying to test my service bus saga from my development machine, which wasn't a problem until I deployed the code to the server. I have the service bus queue name as a configuration...
View ArticleSending to Event Hub
I don't know what's wrong with this node.js code. I don't get any error messages, but I can't see the messages in Event Hub. I'm able to send the same payload / keys from Python to the same EventHub...
View ArticleError during communication with Service Bus. Check the connection...
Hello All , I am getting the error in subject line and also sometimes get The request was aborted: The request was canceled. Why is it happening ,sometimes the messages are being received properly. I...
View ArticleServicebus Message Lock Lost exception
HI there,We have a Premium service-bus subscription in Production, the Lock token is expired too sooner and the same message is picked up by other threads of Logic app(I am using Logicapp to process...
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 ArticleCase Study Request: Azure Service Bus for Integrating Legacy Applications
Hi all,Does anyone know of a case study for using Azure Service Bus in an Enterprise setting for integrating a variety of legacy monoliths and new services, written in different languages?Don't...
View ArticleUnable to receive messages frpm Azure Service Bus Queue & topics
Hello,I have a tried with below sample for receiving messages from Azure Service Bus https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dotnet-how-to-use-topics-subscriptionsBut...
View ArticleImpossible to deploy custom service bus queue endpoint for IoT Hub
When navigating to my IoT Hub > Add custom endpoint > Service bus, I'm always getting the same error during deployment: "Unable to refresh hub data from service Cannot read property...
View ArticleShould Delete Locks be respected from Service Bus Explorer
I have created Delete locks on all our resources in the Azure Portal, however we can delete a queue via the Service Bus Explorer Application, if we try and delete the queue via the portal the lock is...
View ArticleCannot access a disposed object. Object name: 'tlsxyz'
I'm facing a random error when sending message from an Azure function to an Azure Service Bus (Standard) Topic. the message error is: Cannot access a disposed object. Object name: 'tls2576'.,...
View ArticleAzure EventHub Event Format
All,I set up an EventHub Namespace and EventHub and was able to successfully send and receive events to it using Python scripts. I was also able to enable the Capture feature and store the events in...
View ArticlePut token failed. status-code: 404, status-description: The messaging entity...
I have a python Azure Function running in a container in AKS. The function received a message from a queue, and puts a message in another queue back. This is referring to the inbound queue:fail:...
View ArticleAzure Lab Services cannot create VMs
I am getting the error: 40103: Invalid authorization token signature, Resource:sb://dtl-row2-sb-westeurope.servicebus.windows.net/row2-uksouth-operationjobs4....
View ArticleLogin not possible
Hi,my account has been blocked and i need to contact the support. But to create a ticket i need to log in. Do someone know an address for support? I found nothing without using an account.Thanks a lot.
View ArticleCould not load file or assembly 'Microsoft.ServiceBus, Version=3.0.0.0,...
I have been using this Microsoft.ServiceBus.dll recently in my .net windows service and it was working fine . Suddenly it started showing this error when being used in Windows service which is deployed...
View ArticleTimeOutException on Azure Service Bus message post
Hi!Can you please give a reason why I get the following exception continuous around 3 minutes while sending message to Azure Service bus? Below mentioned is the detail stack trace. Is there any...
View ArticleAMQP error: The format code '0xD1' at frame buffer offset '56' is invalid or...
I have an application that is writing to Azure service bus using the Javascript interface, and get this error as one of the websocket messages back from the server. The connection string being used is...
View ArticleCan a service bus subscribe to a topic from a different service bus?
The system I'm working on has 2 services busses. One is an external service bus for incoming messages from IoT devices and outgoing messages to 3rd parties, the other is for message passing between...
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 Article