we are using mass transit and would like to upgrade rabbitmq to the next version.
I couldn't find a list of supported rabbitmq version per mass transit versions
I assume that there aren't breaking changes unless a major version changed so it should be safe.
Also we have CI tests that should let us know if something has been broken.
However, Is there such a list?
There is no list, but any current version of RabbitMQ should work. MassTransit uses RabbitMQ.Client
to communicate with RabbitMQ.