Skip to content

CorrelationId and other properties are not available via the AzureServiceBusMessageContext #421

@fgheysels

Description

@fgheysels

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
  • ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions