inway / mojo-rabbitmq-client

Mojo::IOLoop based RabbitMQ (AMQP) client
Artistic License 2.0
15 stars 17 forks source link

Body larger than frame_max not split into multiple frames #39

Open bgilly1 opened 5 years ago

bgilly1 commented 5 years ago

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.