Split Redetect parallel run
To allow dependent messages to run in parallel, while sequencing main messages per channel
ordering, select any of these options:
- Select the order main manifest after last split option.
- Clear the order split messages option.
Example scenario of parallel run
- Messages A, B, C, and D are received in the ordered channel.
- A, B, C, and D have split redetect so they have dependent messages A1, A2, A3, B1, B2, B3, C1, C2, C3, etc.
- You must select the Order Main Manifest option.
Requirement: No need to process dependent messages in order.
Result: Select Order Main Manifest option. Clear Order Split Children.
Processing order:
A, A1, B, B1, C, C1, D, D1
A2, B2, C2, D2
A3, B3, C3, D3