In-order messaging is important because say you send a message to order 100
widgets, then you send an order to cancel that last order and you then send
a final message to order 10000 widgets, all in a very short amount of time.
If that is the way it is suppose to be BUT it arrives like this Order
10000, cancel last order, order 100 widgets, it is very different and maybe
not what you intended.
Brad