When sending a body frame larger than the default frame_max value for a standard RabbitMQ installation (i.e. 131072) the following error is returned in the MQ logs operation none caused a connection exception frame_error: "type 3, all octets = <<>>: {frame_too_large,402712,131064}".
AnyEvent::RabbitMQ::Channel line starting 521 implements this feature. Wondering if the same could be done for this Mojo client.
Great module!!.
When sending a body frame larger than the default frame_max value for a standard RabbitMQ installation (i.e. 131072) the following error is returned in the MQ logs
operation none caused a connection exception frame_error: "type 3, all octets = <<>>: {frame_too_large,402712,131064}"
.AnyEvent::RabbitMQ::Channel line starting 521 implements this feature. Wondering if the same could be done for this Mojo client.