...
The Resequencer has the capability to receive a stream of out-of-order messages and then through the use of an internal buffer it will persist these messages until a complete sequence is obtained. The newly created in-sequence messages are then transmitted to our designated output channel.
Resequencer using XML DSL (Batch)
In this example, we will be re-ordering the message based on the content of the message body. The default batch modes will collect up to 100 messages per batch:
...