To ensure that a specific receiver consistently receives all the messages on the queue, sessions must be used. This requires using the same unique session ID for all the messages in the queue.
By applying sessions and using only one unique session ID, it guarantees that all messages will be read in the correct order.
https://learn.microsoft.com/en-us/azure/service-bus-messaging/message-sessions