The content in this documentation is for older versions of WSO2 products. For updated information on Enterprise Integration Patterns, go to the latest Micro Integrator documentation. "> The content in this documentation is for older versions of WSO2 products. For updated information on Enterprise Integration Patterns, go to the latest Micro Integrator documentation.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This section explains how the Message Sequence EIP can be implemented using WSO2 ESB. The following topics are covered:

Introduction to Message Sequence

When transmitting a large set of data, you might want to break it into message-size chunks in order to maintain system performance. The Message Sequence EIP facilitates this by sending data as a message sequence and marking each message with sequence identification fields.

How WSO2 ESB Implements the EIP

When the sent request is large, WSO2 ESB by default chunks it into smaller sizes. In order to maintain consistency of the message, each chunk is then mapped with a sequence identity number so that its sequential order is not lost.  

  • No labels