User Guide : Best Practices : Message Pattern Integrations
 
Share this page                  
Message Pattern Integrations
There are many unique integration patterns that use messages and message queuing systems. The section provides information on how any of patterns can be done efficiently with DataConnect.
Message pattern integrations are designed to deal with small amounts of data on a highly frequent basis. Often referred to as application integration, these patterns are used to connect applications and maintain data consistency or to automate a business process. A few examples of these business process automation workflows include exchanging data between an incident management system and a customer relationship management system, or a sales commission calculation application with back-office financial applications.
The transactional nature of these integrations implies they must be optimized to use the djMessage object. The data packets are generally small and hence, managing data in memory is more efficient because you avoid file I/O.