Connection to RabbitMQ fails with Error: Frame size exceeds frame max
.
Although there are a few similar issues raised on StackOverflow and Github, but it is still very vague.
One assumes that the version of AMQP used by RabbitMQ and amqplib differs, but how to check that? If talking about major differences of amqp 1.0
and amqp 0-9-1
, then theoretically amqplib only supports 0-9-1 and RabbitMQ supports it by default.
Any other ideas?
Versions:
- RabbitMQ: 3.10.5
- amqplib: 0.10.0