Anthony-Nolan / Atlas

A free & open-source Donor Search Algorithm Service
GNU General Public License v3.0
9 stars 5 forks source link

Replace Microsoft.Azure.ServiceBus with Azure.Messaging #819

Open zabeen opened 1 year ago

zabeen commented 1 year ago

Microsoft.Azure.ServiceBus has been deprecated and Azure.Messaging has the advantage of bulk sending.

Azure.Messaging is being used in some isolated cases, but I refrained from doing a complete swap as it would require regression testing the entire solution, as messaging is used ubiquitously.

zabeen commented 10 months ago

Testing Notes

Every workflow that involves service bus messaging will need to be regression tested - only minimal testing of each workflow is needed, enough to ensure messages are being dequeued and enqueued as required: