Process Flow - Message ordering and sessions
Send messages with SessionId
Messages arrive at queue/topic
Service groups messages by SessionId
Receiver accepts a session
Messages delivered in order within session
Session state can be stored and updated
Receiver completes session processing
End
Messages are sent with a session ID. The service groups messages by this ID. Receivers accept sessions and get messages in order. Session state can be stored and updated during processing.