PreviousNext

Azure Service Bus Message Deferral Implementation

by bill-s, 2019-04-02T00:30:25.828Z

I was recently tasked to create an API that needs to be resilient and decoupled from other systems. So, we used Azure’s Service Bus for this. This API is used in a way where it receives instructions in an order, and that order matters. This part is key.

Read More