Is your feature request related to a problem? Please describe.
For a long time Particular has shied away from ordered messages delivery for historical reasons. The originally supported MSMQ transport did not provide guaranteed ordered delivery and the rest of the transports were molded into the assumption that ordered message processing is either not something that should be done, or accomplished using the saga feature.
More modern technologies such as Azure Service Bus are capable of handling messages in the order those were sent, providing a feature called Message Sessions.
Describe the solution you'd like
Add support for message sessions to allow endpoints that require message ordered processing at scale to do the job without resorting to more complex solutions such as sagas and state persistence.
Additional context
There are domains where message processing in the order those were sent is critical. Even the pizza pizza preparation process.
Is your feature request related to a problem? Please describe.
For a long time Particular has shied away from ordered messages delivery for historical reasons. The originally supported MSMQ transport did not provide guaranteed ordered delivery and the rest of the transports were molded into the assumption that ordered message processing is either not something that should be done, or accomplished using the saga feature.
More modern technologies such as Azure Service Bus are capable of handling messages in the order those were sent, providing a feature called Message Sessions.
Describe the solution you'd like
Add support for message sessions to allow endpoints that require message ordered processing at scale to do the job without resorting to more complex solutions such as sagas and state persistence.
Additional context
There are domains where message processing in the order those were sent is critical. Even the pizza pizza preparation process.