Message Ordering

@TomF
Correct. But when not using modulo to get a dedicated: orderPartitionKey (which can be between 0 and 9) i would go with:
Queue0 → salesOrder/*0
Queue1 → salesOrder/*1

Queue1 → salesOrder/*9
As the last digit would change more often then first.
So i can use wildcards event in parts of the elements on path. Correct ?
(i was not aware of that)