Particular / NServiceBus.Transport.AzureServiceBus

Azure Service Bus transport
Other
22 stars 19 forks source link

Allow overriding native MessageId, ContentType and CorrelationID #1071

Closed ramonsmits closed 1 month ago

ramonsmits commented 1 month ago

Alternatives:

  1. Have a generic extension point Action<TransportOperation, ServiceBusMessage> that any customizations on the native message type and use this from the **** connector.
  2. Add extensions methods to transport operations to have type safe APIs to set these values explicitly.