Search code examples
masstransit

Is there a list of supported rabbitmq versions per mass transit versions?


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?


Solution

  • There is no list, but any current version of RabbitMQ should work. MassTransit uses RabbitMQ.Client to communicate with RabbitMQ.