As I understand it, a Conversation will be delivered in order to one session.
But what if I have a session that gets all the messages for a conversation, then, while they are being processed, a few more are added.
The session finishes and sends an End Conversation, but there are more in the queue so the initiator does not send the End Conversation.
The session that got the first messages is done/gone/no more. What will Service Broker do with the other messages? Do they time out and then go to another session?
Does it wait for the end conversation from the session that has the first messages? (If not how does it guarantee the correct order?)
Or (worst case) are those messages never processed?
I tired to figure this myself by just observing, but the results are ambiguous enough that I would like an answer from someone who knows.