JMS Messaging Pattern

JMS Messaging Pattern   JMS messaging pattern is widely used for asynchronous communication. JMS is introduced between the Source and Target systems and the communication happen through messaging only. Systems are loosely coupled and they really don’t aware of each other. Source system can send the message to JMS without having knowledge of Target system.…

Share this:
Read More

Reliability Pattern

Reliability Pattern   Reliability pattern as the name suggest make the MuleSoft API/Application more reliable by providing the Transactional support when Non-Transactional transport is used in MuleSoft application. Think you are creating an API to receive payment and once you receive the payment information, if anything goes wrong then you are losing the payment and…

Share this:
Read More

Aggregation Pattern

Aggregation Pattern   Aggregation pattern as the name suggest aggregate the data from different system and merge them before processing the response where response can be insertion e.g. Reporting or as Response e.g. HTTP response. Within Organization you can different system to hold different data e.g. CRM for customer related information, ERP for order processing…

Share this:
Read More