Crash after RabbitMq Client 6.0 Stable update
See original GitHub issueHi team,
After updating to the stable RabbitMq client 6.0 which was released today, I faced the following error:
I was using the RC version of RabbitMq and it was working fine with 6.0.
Method 'HandleBasicDeliver' in type 'EasyNetQ.Consumer.BasicConsumer' from assembly 'EasyNetQ, Version=3.7.1.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Please guide how to fix this.
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Yet another RabbitMQ cluster crash
In my situations, the system was completely non-functional after the error events happened. > We do not know whether applications use appropriate data...
Read more >Docker Container with RabbitMQ crashing
I found the solution. Rabbitmq version 3.9 has indeed deprecated those variables, and the line image: rabbitmq:3-management caused it to grab ...
Read more >Unhandled Exception Error when server goes away #338
If the rabbitMq server goes down the client will crash with an unhandled exception ECONNRESET.
Read more >Some notes on Rabbit MQ issues and how to deal with them
Click on the first queue that has an Unacked message (repeat this for all queues with Unacked messages). On the details screen click...
Read more >RabbitMQ Changelog
Version Release Date Release Notes
3.12.3 August 18 2023 Release notes
3.11.21 August 18 2023 Release notes
July 31 2023
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m working on it, but it seems that the only way to release support
6.*
ASAP is to split releases:ReadOnlyMemory<byte>
tobyte[]
inside EasyNetQ and etc.What do you think about this?
3.8 installs Microsoft.Diagnostics.Trading.EventSource.Redist 1.1.28 which is not supported anymore. The nice thing about RabbitMQ.Client 6.0.0-pre3 is that it does not depend on it anymore… Basically, it would be great to have EasyNetQ depend nicely on RabbitMQ.Client 6.0.0…