python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Timeout exception when peeking a session enabled topic/subscription with no active messages
I am writing some code to monitor our azure servicebus queues and topics, I want to notify if we have old messages. My code works except that, if a subscription does not have any active messages in it...
Clint Eastwood
Votes: 0
Answers: 2
MassTransit batch consumer stalling, not receiving messages
We've got an issue where from time to time, a consumers for a specific message will stall and stop receiving/processing messages. It's not always the same consumer type, but I'm pretty sure it's alway...
Joel
Votes: 0
Answers: 0
Creating Azure Service Bus with Rule with MassTransit
I'm using masstransit to consume messages from an azure service bus. It's going greate for nom but I need now to add filter rules to my subscription.
I found some posts on the subject, like this one:
...
Noone
Votes: 0
Answers: 1
What is the main difference between SQL filter and correlation filter in Azure Service Bus
As explained in MSDN (https://learn.microsoft.com/en-us/azure/service-bus-messaging/topic-filters) SQL Filter and Correlation Filter both uses message's system defined and user defined properties.
Can...
Santhosh Simha
Votes: 0
Answers: 2