Skip to content

Commit d0b6e23

Browse files
authored
Add RabbitMQ 10 to 11 upgrade guide (#7821)
1 parent dae03bc commit d0b6e23

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

menu/menu.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,8 @@
858858
Title: Version 6 to 7
859859
- Title: RabbitMQ
860860
Articles:
861+
- Url: transports/upgrades/rabbitmq-10to11
862+
Title: Version 10 to 11
861863
- Url: transports/upgrades/rabbitmq-9to10
862864
Title: Version 9 to 10
863865
- Url: transports/upgrades/rabbitmq-7to8
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: RabbitMQ Transport Upgrade Version 10 to 11
3+
summary: Instructions on how to upgrade RabbitMQ Transport from version 10 to 11.
4+
reviewed: 2025-09-09
5+
component: Rabbit
6+
related:
7+
- transports/rabbitmq
8+
isUpgradeGuide: true
9+
upgradeGuideCoreVersions:
10+
- 9
11+
- 10
12+
---
13+
14+
## SetClientCertificate supports fewer certificate formats
15+
16+
Due to Microsoft making the `X509Certificate2` constructor that accepts content as a `string` file path [obsolete](https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0057), the `SetClientCertificate` overload that takes a `path` and a `password` now only supports loading X.509 or PKCS12 certificates.
17+
18+
If a different certificate format is required, the `SetClientCertificate` overload that directly takes an `X509Certificate2` instance can be used instead.

0 commit comments

Comments
 (0)