...
- How to sort a number of orders that have been added to a job chain and to force serialized processing in a predefined sort order?
- The solution outline includes a job that is added to the top of the job chain and that would
- suspend all incoming orders until a predefined idle timeout is reached and no more orders are expected
- sort the orders and reinsert them to the next job node in the job chain.
...