Based on the Masstrainsit documentation MaxConcurrentCalls means this.
Does this mean that 10 threads can consume 10 messages simultaneously? That means the order of the messages dequeued from the queue is not maintained when processed.
If so can I set the MaxConcurrentCalls for each consumer/message type for Azure Service bus?