Transaction Using Subscription?
I'm working a single subscription, a single listener. No sessions. I'm trying to implement a retry solution for transient business errors. When a db server goes down (for example), I want to clone and...
View ArticleService Bus vs Event Hubs
Hi All, I am in early stage of investigating appropriate asynchronous communication between my application and various micro-services which communicate with other downstream subsystems. As an example...
View Article[Announcement] Microsoft Q&A to replace MSDN community platform!
Azure is moving from our MSDN platform to the new Microsoft Q&A platform to help users find faster answers! Some Azure services have already been migrated, while others (including this one) will...
View ArticleThe Azure hybrid connection quota is calculated incorrectly for Azure App...
I have an App Service Plan (B2) that supposed to support up to 5 hybrid connections. I added 5 connections to the app service plan, which works fine. Now I have two separate API Applications that need...
View ArticleMassTransit Temporary queues
HelloMassTransit created hundreds of temporary queues.I upgraded to 5.5 version which supports a property :AutoDeleteOnIdle. I set it to 5 min.I hope the new temp queues will self destry after 5 minMy...
View ArticleMassTransit Temporary queues
How can i delete hundreds of temporary queues created by mass transit?I cant find any feature in Azure Portal to do itThank you
View ArticleOperation not completed within the specified time 0
Hi.I am only getting this error under small load when calling PeekAsync() on a queue using MessageReceiver."Operation is not completed within the specified time 0 out-connection 5436"I cannot find any...
View ArticleAzure Service Bus queue limit for large applications
Hi folks, I am investigating using Azure Service bus for a large application that requires multiple queues of ordered messages. The issue that I have is that from time to time, downstream systems can...
View ArticleJMS message listener invoker failed, Cause: Identifier contains invalid JMS...
I'm working with JMS and queues (Azure Queues) for the first time. I'm required to make a queue where Rubi server would write some data and Java would read it from queue and will do further...
View Articleguest account user with Azure Service Bus Data Owner role is unauthorized via...
Hello and thanks in advance for taking a look! I am taking advantage of managed service identity (MSI) with azure service bus and this generally working great. Some contractors have been added to the...
View ArticleLogic App Trigger for Service Bus Queue Topic failing with 401 Error
Hi,I've Service Bus Queue Topic configured to fire Logic App whenever Message has been posted into Topic. I'm sending message through Postman into Message Topic. I've used Bearer Token Authorization...
View ArticleServiceBus Message Containers
Hi all,I have ServiceBus cluster with 3 containers configured. Each container is a database within SQL. For some reason ServiceBus is not using all 3 containers, it tends to use only 1. All containers...
View ArticleI am no longer able to connect to Service Bus from within a Docker container
This used to work in the past with no issues :-(I'm running a simple .Net Console application. I'm trying to run it on my laptop. The same code runs perfectly in Azure Container Instances.At the...
View ArticleIssue with Azure Eventhub (java) using proxy
I have a requirement to send messages from on premises to Event hub thru proxy,I am using java and getting an exception Followed the link on microsoft tech community(cant paste full link as it blocks)...
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 ArticleGetting a SessionLockLostException when trying to complete a message
I’m receiving messages using a session id “Commands” on a RequireSesssion=true subscription. I am using sessions so that I can make sure that my “command” messages are executed in the appropriate...
View ArticleWhich connection string to use with Topic?
I'm trying to send data with Console App to Service Bus. Console gives no error.Overview of Service Bus says that there is 10 incoming messages.But Topic says 0 message. What could be wrong?I have...
View ArticleNo session available to complete the message with the lock token Logic app
My logic app is not working and throwing below error when I pass session id for queue connector.No session available to complete the message with the lock token I already have enabled session while...
View ArticleReceiveDisabled queue will not allow message sending
I have a requirement to use the Service Bus functionality to place a queue in receive disabled status in a given situation, where messages cannot be removed from the queue, but can still be...
View ArticleService Bus HTTP Listener
We are having trouble implementing a solution using Azure Service Bus, however we are in the government space and having firewall issues. I see there is a rest interface for the service bus. Is there...
View Article