Upgrade to V7 of RabbitMQ Client #3386
Labels
2 - In Progress
Bug
dependencies
Pull requests that update a dependency file
.NET
Pull requests that update .net code
v9
Required for v9 release
v10
Allocal to a v10 release
Is your feature request related to a problem? Please describe.
RabbitMQ has released version 7, which has breaking changes. This means it is not a simple dependency upgrade, but a code fix. For this reason, raising a ticket to track it.
Describe the solution you'd like
There is a migration guide at: https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/main/v7-MIGRATION.md
Describe alternatives you've considered
We could chose to remain on 6.X.X for longer, but as we encapsulate the RMQ dependency for our users, there is no real benefit to doing so
Additional context
Possible difficulties include async code and our own event consumer
The text was updated successfully, but these errors were encountered: