arcus-azure/arcus.messaging

Move correlation assignment to the message routing

stijnmoreels opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Since we will be able to support message handling in Azure Functions, there are some missing links with the assignment of the message correlation to the correlation accessor. Currently, this is being done in the message pump but since they're is not pump in an Azure Functions context, this should be moved.

Describe the solution you'd like
Move the message correlation assignment to the message router so that each new message correlation is picked up by the correlation accessor and is available for the remaining message handlers.