-
Notifications
You must be signed in to change notification settings - Fork 47
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
rabbitmq-dotnet-client 6.1 crashes rebus at startup #69
Comments
Sounds like Rebus.RabbitMq needs to have its RabbitMq.Client dependency updated. |
OK, work is ongoing in making Rebus.RabbitMq work with version 6.1 of the driver. Many of the tests are passing now, but some of them experience weird errors that indicates having received some kind of mangled message body. Gonna park it for now – most recent code is on master. |
any news on updating the client driver version? |
oh, it's been a long time since I've looked at it.... I'll see if I can get back to this in the coming week |
waiting。。。 |
Bumping this. |
solves this. I have tested it in our code enviroment and it works. Some unit tests in Rebus.RabbitMq.Tests are failing though |
Ok cool! I'll have time to look at it on Friday |
ok there seem to be some issue with the internal queue in |
Should be fixed by #71 🙂 |
using the new version of dotnet rabbitMQ client 6.1.0 seems to make rebus crash at startup in an MVC ASPNET Core 3.1 application.
using Rebus 6.3.0 and Rebus.RabbitMq 7.1.0
The text was updated successfully, but these errors were encountered: