-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last version of RabbitMq client library not supported #10
Comments
The NuGet declaration concerning which versions RabbitBus works with is theoretical based upon the rules of semantic versioning. If RabbitBus works with version 3.0.4 but not with 3.3.0 then it means that RabbitMQ isn't properly following semantic versioning as they claim since an increment to the minor version number is supposed to mean that only new functionality has been introduced, not changes to existing functionality. That said, can you describe the issue you are encountering (i.e. connection issues, missing messages, etc.?) |
Bus.Publish throw next exception: System.MissingMethodException was unhandled P.S. |
Nuget description say, that RabbitBus support RabbitMQ client version between 3.0.4 and 4, but in fact refuse work with 3.3.0
The text was updated successfully, but these errors were encountered: