Is your feature request related to a problem? Please describe.
We have a system that posts messages to Azure ServiceBus, and that system uses the CorrelationId property of the ServiceBusMessage to add a correlation-id to the message.
We have another process that consumes ServiceBus via Arcus.Messaging, but there seems to be no way to retrieve the CorrelationId property from the message.
I believe this property should be available through the AzureServiceBusMessageContext class ?
Note that there also other properties available on ServiceBusMessage that might be of interest:
- ContentType
- MessageId
- ReplyTo
- SessionId
- ...