zl程序教程

您现在的位置是:首页 >  后端

当前栏目

[ERROR] code: 505, UNEXPECTED_FRAME - expected content header for class 60, got non content header frame instead, recoverable: false, server: true. Error: RabbitMQ Connection Closed

servercodeRabbitMQ Error for Class Connection header
2023-09-27 14:28:33 时间

客户端报“[ERROR] code: 505, UNEXPECTED_FRAME - expected content header for class 60, got non content header frame instead, recoverable: false, server: true. Error: RabbitMQ Connection Closed”

服务端报客户端异常断开。

channel被不同线程复用导致安全问题,比如消费者和生产者复用,生产者之间复用。而消费者之间是不会的。

https://my.oschina.net/u/4383329/blog/3347627
https://github.com/streadway/amqp/issues/283