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
Route messages from many processes to a single process without passing python object queue
High level goal:
I'm writing a python code base that will have many processes and threads running, some of which are child processes of each other and others which are not (e.g. independently started ...
DerekG
Votes: 0
Answers: 0
How to perform operation when a message is sent to dead letter queue because of expiration?
I have a requirement where I want to perform some operation with the message (like sending the message to the support team or logging the message in the console) when a message expires and is sent to ...
the_novice
Votes: 0
Answers: 0
How to handle an Azure Function rerunning when using message queue binding?
I have a v1 Azure Function that is triggered by a message being written to the Azure Storage message queue.
The Azure Function needs to perform multiple updates to SharePoint Online. Occasionally thes...
Ivan Wilson
Votes: 0
Answers: 1