Let's say we have the following messages which are all part of the same Session and were placed onto the Topic in alphabetical order.
A, B, C, D
The session receiver will pick up and process message A first before moving onto B.
But what happens if message A cannot be processed. Will the receiver automatically move onto B? Or will it still respect the sequencing?