Example of the Standard Resequencer
Table 23-2 shows how groups are formed differently for two different values of the incremental delta.
Table 23-2 Groups Formed Differently for Two Different Values
Start SequenceID | Incremental Delta | Group1 | Group2 | ... | Groupn |
---|---|---|---|---|---|
1 |
1 |
1,2,3,4,5,... |
1,2,3,4,5,... |
... |
1,2,3,4,5,...n |
1 |
5 |
1,5,10,15,... |
1,5,10,15,... |
... |
1,5,10,15,... |
Note:
If the sequence numbering is different for various groups (for example, if the groups do not have the same incremental delta or start sequence ID) and the messages do not arrive in order, then you can use the best effort resequencer to rearrange the messages.