Post by: syed hussain in All Integration Design Patterns
The outbox pattern is a good application design pattern to use when a Sender has trouble sending messages to an Event or Message Broker. Messages can be persisted to an…
Post by: syed hussain in All Integration Design Patterns
In this post, I’ll demonstrate how to build an event-driven integration using Microsoft Azure Functions and Stripe. This integration demonstrates the event-driven architecture design pattern; an event (state change) occurs…
Post by: syed hussain in All Integration Design Patterns
The Recipient List Enterprise Integration Pattern is a very good architecture when there are multiple Receivers that may act on a message. The Recipient List EIP doesn’t concern itself with…
Post by: syed hussain in All Integration Design Patterns
The section below documents some common Enterprise Integration Patterns (EIP) that can be used across different vendor platforms. The EIPs are considered industry best practices, they have been peer-reviewed by…
Post by: syed hussain in All Integration Design Patterns
This page details a list of accepted Enterprise Integration Patterns (EIP). All integration design patterns exhibit some common characteristics.
Integration failures are common, various Retry patterns can be used in addition to the technology itself providing a retry mechanism. This page documents some of these Retry patterns.
Post by: syed hussain in All C# Integration Design Patterns
There isn't an official way or method to empty an Azure Service Bus Queue using the Nuget assemblies. The following approach loops through the message list and empties the contents…
Post by: syed hussain in All Application Design Patterns Architecture Data Design Patterns Integration Design Patterns
Summary This page documents a list of Application Architectures. The page is a work-in-progress but should serve as a reference for design techniques that exist to solve problems. This page…
Post by: syed hussain in All Integration Design Patterns
Summary Sequential Convoy is an integration pattern that is heavily used with Microsoft Dynamics 365 CE. Front-end applications that need to push data into Dynamics often need the data to…
Post by: syed hussain in All Integration Design Patterns Tips
Here is a quick tip for anyone trying to create an Azure Function Service Bus binding. When copying the Service Bus SAS key, the Visual Studio compiler may complain that…