Message Endpoint Message Endpoint! This is just a code piece of code which sits between the data application and the message channel. The R&R (role and responsibility) of this module is … [Read more...] about Enterprise Integration Pattern Part 7 of 7[Message Endpoint]
messaging
Enterprise Integration Pattern Part 5 of 7 [Message Router]
Message Router This is another pattern in enterprise integration patterns. The concept is quite simple but the implementation has lots of complexities. Lets see. Message router just adds another … [Read more...] about Enterprise Integration Pattern Part 5 of 7 [Message Router]
Enterprise Integration Pattern Part 6 of 7 [Message Translator]
Message Translator This is another of the pattern in the integration pattern series. Again, one of my favorites. The reason I love this pattern is because of the power of the same. Message translator … [Read more...] about Enterprise Integration Pattern Part 6 of 7 [Message Translator]
Enterprise Integration Pattern 4/7 [Pipes and Filters]
Pipes and Filters This is another interesting pattern and one of my favorites. To send a message from one application to another is not simple as it sounds. normally you don't just send a message. In … [Read more...] about Enterprise Integration Pattern 4/7 [Pipes and Filters]
Enterprise Integration Pattern Part 3 of 7 [Message]
Message This is one of the important aspect in the overall integration pattern. Message details what information, in what fashion, in what organization, in which mode should be shared from the sender … [Read more...] about Enterprise Integration Pattern Part 3 of 7 [Message]
Enterprise Integration Pattern 2/7 [Message Channel]
Message Channel This is the second pattern that I am going to talk about. This presents how the two application can be integrated. The simplest definition of this pattern is "Sender Application writes … [Read more...] about Enterprise Integration Pattern 2/7 [Message Channel]