Full example of how to implement and use Azure Storage Queues in Business Central
Last month I had some time to play around and I did small project which implemented Azure Storage Queues in Business Central.
What are Azure Storage Queues?
They are service in Azure which allows to store some message in queue over HTTP and then poll these messages in some message receiver.
Why are they useful?
They are useful in some integration scenarios where you have large amounts of incoming data and you cannot process them in real time.
Published on:
Learn moreRelated posts
Business Central 2025 wave 2 (BC27.1): Demo analytics with new enhanced demo data
Hi, Readers.Dynamics 365 Business Central 2025 wave 2 (BC27.1) is generally available. More details: Cumulative Update Summary for Micros...
16 hours ago
Business Central 2025 wave 2 (BC27.1): Use the Account Payable Role Center
Hi, Readers.Dynamics 365 Business Central 2025 wave 2 (BC27.1) is generally available. More details: Cumulative Update Summary for Micros...
1 day ago