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)
Azure Service Bus, using filters to assemble a large message broken up into smaller messages
I'm trying to find a solution for receiving large messages on Azure Service Bus. The essential pattern I was thinking is to publish a large messages in parts -- along with a correlation id, a page, an...
BenW
Votes: 0
Answers: 2
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
Azure service bus and strongly typed messages. Is it ok to share code between microservices?
I am developing a number of microservices. They will communicate through azure service bus. I would like the messages to be sent and received as strongly typed objects.
Am I violating the microservice...
Nikolaj
Votes: 0
Answers: 1
Is it possible to listen to a service bus with multiple azure functions?
I'm trying to listen to a service bus that can contain messages with multiple event types. When a message arrives I want to process it based on the event type. I have 2 azure functions to handle the d...
brianelete
Votes: 0
Answers: 3