You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Azure Service Bus Transport Upgrade Version 5 to 6
3
+
summary: Migration instructions on how to upgrade the Azure Service Bus transport from version 5 to 6
4
+
reviewed: 2025-09-18
5
+
component: ASBS
6
+
related:
7
+
- transports/azure-service-bus
8
+
isUpgradeGuide: true
9
+
upgradeGuideCoreVersions:
10
+
- 9
11
+
- 10
12
+
---
13
+
14
+
## Transport Encoding Header
15
+
16
+
The `AzureServiceBusTransport.SendTransportEncodingHeader` API has been deprecated. The transport now relies on the [ContentType property](https://learn.microsoft.com/azure/service-bus-messaging/service-bus-messages-payloads#payload-serialization) of Azure Service Bus messages instead of a custom header. Remove any usage of this API.
0 commit comments