Replies: 1 comment 1 reply
-
@gokceng you have the same RabbitMQ website git repo as everyone else, and the same There is a migration document in this repo. Every recommendation in the guide on connections still applies: connection churn should be avoided or minimized, connections are supposed to be long-lived, and so on. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Due to the restrictions my company enforces, I am writing this through mobile with my personal account so there may be some typos.
We are currently migrating from rabbitmq 6.8.1 to 7.1.2. Thanks to migration guides and discussions, we have completed the async/await changes, changing method names, fixing tests etc.
My question will be about the best practices we need to adopt during this migration. For example, in https://www.rabbitmq.com/client-libraries/dotnet-api-guide there are some statements such as
Connections are meant to be long-lived. Opening a connection for every operation (e.g. publishing a message) would be very inefficient and is highly discouraged.
Is it possible to see and make a diff of this page (and child pages) compared to 6.x to be able to see if there are any suggestions that are new in 7.x, or if there are any limitations that are removed in 7.x?
I hope it makes sense and I will be happy to elaborate if needed.
Kind regards,
Gokcen
Beta Was this translation helpful? Give feedback.
All reactions